uni_links icon indicating copy to clipboard operation
uni_links copied to clipboard

Android app link not working in android 12 always opening in browser

Open yokohailemariam opened this issue 3 years ago • 4 comments

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

yokohailemariam avatar Apr 11 '23 07:04 yokohailemariam

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.

shinxxxxwon avatar Apr 28 '23 00:04 shinxxxxwon

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

itskgore avatar Jul 06 '23 16:07 itskgore

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

Aulig avatar Jul 06 '23 16:07 Aulig

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 🔗

Umer8627 avatar Dec 07 '23 19:12 Umer8627