gpt4 book ai didi

Android:深层链接网址

转载 作者:行者123 更新时间:2023-11-30 00:40:11 24 4
gpt4 key购买 nike

我想在 Android 中集成 web-urls 的深层链接。但是,我无法让它工作。以下是我正在执行的步骤:

第 1 步.AndroidManifest.xml:

<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="niksguitarist.000webhostapp.com" android:pathPrefix="/asset"/>
</intent-filter>

<meta-data android:name="asset_statements" android:resource="@string/asset_statements" android:autoVerify="true"/>

步骤 2.res/values/strings.xml:

<string name="asset_statements">
[{
\"relation\": [\"delegate_permission/common.share_location\"],
\"target\": {
\"namespace\": \"web\",
\"site\": \"https://niksguitarist.000webhostapp.com/\"
}
}]
</string>

第 3 步。在服务器上托管 assetLinks:

https://niksguitarist.000webhostapp.com/.well-known/assetlinks.json

[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.sprinklr.distributedapp",
"sha256_cert_fingerprints": ["A8:D4:5F:DC:AE:67:D6:90:46:23:07:8B:23:89:0B:11:AB:49:4E:B0:C7:87:50:0C:59:32:01:A0:4A:88:1A:5A"]
}
}]

现在,当我尝试打开 https://niksguitarist.000webhostapp.com/asset 在移动浏览器(chrome 或 firefox)上,它不会将我路由到我的应用程序。

有人可以建议我做错了什么吗?

最佳答案

如果您尝试直接从浏览器打开 url,应用程序链接将不起作用。它仅在您尝试从非浏览器应用程序打开 url 时才有效——笔记、聊天或任何其他应用程序

关于Android:深层链接网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42673498/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com