I have hosted assetlinks file into our domain https://ourdomain/.well-known/assetlinks.json And also verified this using https://developers.google.com/digital-asset-links/tools/generator and from android studio s App Links Assitant and got verified status from both the ways. But when i am sharing debug APK for testing it s always opening in browser. I also tried uploading on app store and downloaded from there for testing but it always open in browser.
注:如果建造洗浴室使用我的手提电脑S-256,一旦有人在游乐店生活,便会发生变化(从Amt SHA-256处转来)。 接着,通过将Dash板投放到Emmp Console, 释放管理——> App signing ,将资产链接文档输入我们的领域:https://ourdomain/.well- known/assetlinks.json
以下是清单中所用的代码。
<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:scheme="https"
android:host="abc.test.com" />
</intent-filter>