Flutter App Link implementation

Flutter App Link implementation

TheSparkDev

2 года назад

36,768 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Maf '
Maf ' - 24.09.2023 10:48

It is not works, IDK even the website is tested as grant sucessfully. Any configuraton is exacly same but it cannot open the app from the browser.

Ответить
DatosDeAnimalia
DatosDeAnimalia - 22.09.2023 04:13

Thank you!

Ответить
Luis Haro
Luis Haro - 19.09.2023 05:30

I'm not able to make it work. Do you know if having a Flutter web app hosted in the domain would make it not work? In iOS I get a banner on top to open de app but a 404 not found from firebase on the bottom. And on Android I just get the 404 not found.

Ответить
Leonardo App Italia
Leonardo App Italia - 05.09.2023 21:45

Thanks for everything friend, you helped me a lot.
I only have one question?
why are you in the blog sub-folder in the url, but not in the server?

Ответить
Fearless Trader
Fearless Trader - 04.09.2023 19:45

What if the app is not installed, does it redirect to playstore like firebase deep linking does?

Ответить
Shoaib khalid
Shoaib khalid - 04.09.2023 18:25

Above method works only on devices below android 12. if you are targeting andorid 12+ then you need to create a signed build first.

Ответить
Khizar Nawaz
Khizar Nawaz - 04.09.2023 15:47

Useful video. For everyone claiming it's not working on their devices can use the following method . It works fine.

Future<void> initUniLinks() async {
// Platform messages may fail, so we use a try/catch PlatformException.
try {
final initialLink = await getInitialLink();
// Parse the link and warn the user, if it is not correct,
// but keep in mind it could be `null`.
} on PlatformException {
// Handle exception by warning the user their action did not succeed
// return?
}
}

Ответить
Lay Ly
Lay Ly - 27.08.2023 11:09

Hello! I have implement this with my android app but it still not working. Can you help me?

Ответить
sanju talks
sanju talks - 20.08.2023 15:09

you are doing good but i am doing same thing by does not work why

Ответить
John Son
John Son - 18.08.2023 11:43

The app in browser is opened instead what can I do. All the other steps are perfect

Ответить
Kimsour Rith
Kimsour Rith - 11.08.2023 07:33

How can I test the link, if I don't have any hosted website ? Is it possible to test that link from google docs ? I just want to check if the link is redirect to my app.

Ответить
Abdul Azizi
Abdul Azizi - 28.07.2023 06:21

run debug on real device android, and hit the link (applink)
isn't working. but when i'm running on emulator, its working properly. Please help me

Ответить
Shoaib khalid
Shoaib khalid - 21.07.2023 12:32

Good explanation.

Ответить
Samuel Thomas
Samuel Thomas - 07.07.2023 13:38

if app is not installed , how to take them to playstore or appStore.....can you please explain me this..am stuck

Ответить
Facundo Martinez
Facundo Martinez - 18.05.2023 16:34

I can locate the initUniLinks() function directly to the widget that is redirected when touching the link

Ответить
Random
Random - 10.05.2023 16:14

What is your SDK version? Didn't work for 29 or 23. I can verify domain but unfortunately, it doesn't return to app

Ответить
Testing SI
Testing SI - 03.04.2023 08:48

I am using signin with google, andi have already used an SHA key for this purpose, but when I am trying to create the app it says SHA already use, how can I make the SHA key work

Ответить
Александр Геворкян
Александр Геворкян - 28.03.2023 11:27

it doesn't work ....

Ответить
JISHNU P
JISHNU P - 01.03.2023 15:27

applink is working perfect but universal link is not working

Ответить
Mehmet karanlık
Mehmet karanlık - 24.02.2023 23:18

Nice one thank you ! IOS side by any chance?

Ответить