【发布时间】:2018-09-24 07:40:17
【问题描述】:
我上周被卡住了,我无法上传即时应用 apk。 我收到“您的网站 'sptechinfo.000webhostapp.com' 尚未通过数字资产链接协议链接到您的应用程序。请通过数字资产链接协议将您的网站链接到您的应用程序”
我已经添加了assetlink.json AssetLink.json,但仍然在 playstore 上遇到同样的错误。
我从这里验证了链接https://digitalassetlinks.googleapis.com/v1/statements:list?source.web.site=http://sptechinfo.000webhostapp.com&relation=delegate_permission/common.handle_all_urls 但得到同样的错误。
这是我在 string.xml 文件中的asset_statements [{\n \"relation\": [\"delegate_permission/common.handle_all_urls\"],\n \"target\": {\n \"namespace\": \"web\",\n \"site \": \"http://sptechinfo.000webhostapp.com\",\n }\n}]
请任何人帮我解决这个问题。
【问题讨论】:
-
谢谢兄弟,这是一个小错误,我需要从 playstore 控制台而不是密钥库中使用 SHA 256。
-
欢迎先生,我将发布与此相关的答案,这对您和其他人有帮助
标签: android android-instant-apps