avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Android : Can't open app with deeplink in chrome. #184

Open ManhVu99 opened 1 year ago

ManhVu99 commented 1 year ago

I have specific config deeplink in AndroidManifest like this

When i open url "unilink://myhost" in my web browser , my app not recognize url to open.

rvharjinderbains commented 1 year ago

@ManhVu99 I am also facing similar issue. App is not getting opened in Android 13 but it is working below 12 version. Please share your solution if you resolved

Umer8627 commented 10 months ago

@ManhVu99 I am also facing similar issue. App is not getting opened in Android 13 but it is working below 12 version

Do you any solution?

wepashka commented 10 months ago

any solution?

wepashka commented 10 months ago

or any alternative way to do that?

rvharjinderbains commented 10 months ago

Hi @wepashka @Umer8627 ,

I got the solution and it is working fine. As mentioned in official documentation, we need to verify the deep link . Here is the reference link :- https://developer.android.com/training/app-links/verify-android-applinks

gjf7128 commented 8 months ago

I have this problem too, but I was under the impression that we could use "Deep Links" (Not to be confused with "App Links") for Android and Custom URL's for IOS? I've looked all over the internet and it appears that if we want to click a link within an email to navigate to our app's we're actually forced to use "App Links" instead? Why does the Uni_Link documentation state we can use either at the beginning only for it not be true?