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 app link not working in android 12 always opening in browser #175

Open
yokohailemariam opened this issue Apr 11, 2023 · 4 comments

Comments

@yokohailemariam
Copy link

the deeplinkig works fine below android 11 but when it is android 12 it open with default web browser
i have tried adding android:autoVerify="true" to intent-filter but thats not wokring

@shinxxxxwon
Copy link

Starting from version 12, the check for sha256_cert_fingerprints values ​​has been strengthened. Check if the sha256_cert_fingerprints value in the assetlinks.json file is correct.

@itskgore
Copy link

itskgore commented Jul 6, 2023

My SHA keys are right still it is not working on Android 11+ versions

@Aulig
Copy link

Aulig commented Jul 6, 2023

Make sure you're using the SHA key from Google Play Signing (under app integrity in the Play Console). That was my mistake.

@Umer8627
Copy link

Umer8627 commented Dec 7, 2023

Make sure you're using the SHA key from Google Play Signing.

If we don't have google play console account right now whT should we do? Is there any chance to solve this problem?
Can you share the link 🔗

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