Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ManhVu99 opened this issue Jun 26, 2023 · 6 comments
Open

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

ManhVu99 opened this issue Jun 26, 2023 · 6 comments

Comments

@ManhVu99
Copy link

I have specific config deeplink in AndroidManifest like this

            <intent-filter >
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data
                android:scheme="unilink"
                android:host="myhost.com"
                android:pathPrefix="/optional_path_prefix" />
            </intent-filter>

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

@ManhVu99 ManhVu99 changed the title Can't open unilink with chrome in android Android : Can't open app with deeplink in chrome. Jun 26, 2023
@rvharjinderbains
Copy link

@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
Copy link

Umer8627 commented Dec 7, 2023

@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
Copy link

wepashka commented Dec 9, 2023

any solution?

@wepashka
Copy link

wepashka commented Dec 9, 2023

or any alternative way to do that?

@rvharjinderbains
Copy link

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
Copy link

gjf7128 commented Feb 14, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants