avioli / uni_links

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

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

Open yokohailemariam opened 1 year ago

yokohailemariam commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

Aulig commented 1 year ago

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

Umer8627 commented 10 months ago

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 🔗