Some of device app linking working fine. Its open direct app but some of device open browser instead app. Default link not showing in settings -> app. Can anyone help here?
Here is menifest file
<intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:host="web.orgbeat.com"/> <data android:scheme="https"/> </intent-filter>
Here is Assetlinks file
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "<Your App’s package name>",
"sha256_cert_fingerprints":
["<Your App’s SHA256 finger print>"]
}
}]
user26307467 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1