Digital Asset Link verified by Android Studio, but not pass in Google Play Console

吃可爱长大的小学妹 提交于 2019-11-27 08:16:35

问题


I try to publish my Android instant app to Google Play; I link the app, which is named helloinstantapp.instantapp.examples.chrisyttang.org to the domain https://csytang.github.io.
It has been verified by Android Studio as you can see in the following image;

However, when I try to publish my app into Google Play with Google Play Console, I get the error that "the site csytang.github.io has not been linked through the DAL protocol to your app." Why this happen?


回答1:


Did you by any chance enable Google Play App Signing? If yes, then you need to use the fingerprint provided by the Play Console, instead of the fingerprint used by Android Studio to sign the APK with (upload key).
To do this, modify your assetlinks.json with the release key specified in the Play Console > Release management > App signing.



来源:https://stackoverflow.com/questions/46037099/digital-asset-link-verified-by-android-studio-but-not-pass-in-google-play-conso

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!