android - 已通过 Android Studio 验证的数字 Assets 链接,但未通过 Google Play 控制台

标签 android android-studio deep-linking android-instant-apps android-studio-3.0

我尝试将我的 Android 免安装应用发布到 Google Play; 我将名为 helloinstantapp.instantapp.examples.chrisyttang.org 的应用链接到域 https://csytang.github.io
已通过Android Studio验证enter image description here如下图所示;

但是,当我尝试使用 Google Play 控制台将我的应用程序发布到 Google Play 时,我收到错误消息“站点 csytang.github.io 尚未通过 DAL 协议(protocol)链接到您的应用程序。”为什么会这样?

enter image description here

最佳答案

你有没有启用 Google Play App Signing ?如果是,那么您需要使用 Play Console 提供的指纹,而不是 Android Studio 使用的指纹对 APK 进行签名(上传 key )。
为此,请使用 Play Console > Release management > App signing 中指定的发布 key 修改您的 assetlinks.json

关于android - 已通过 Android Studio 验证的数字 Assets 链接,但未通过 Google Play 控制台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46037099/

相关文章:

android - Android Studio 中的阶段文件

android - 从 Play 商店安装应用程序后获取推荐人详细信息

ios - 当我尝试从网站启动我的应用程序时出现 "Safari cannot open the page because the address is invalid"消息

java - 带有 OkHttp3 和 Retrofit2 的 HTTP/2

java - 方法被解释为变量

java - 使 onItemSelected 对整个类(class)可见

android - 如何制作具有渐变背景的启动器图标?

ios - 通用链接 - 该域存在一些验证问题

android - 如何在 native react 中不使用外部包的情况下添加/获取日历事件

安卓 : How to make a library that I've written be compilable through gradle?