Digital Asset Link verified by Android Studio, but

2020-02-07 05:31发布

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 Studioenter image description here 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?

enter image description here

1条回答
Evening l夕情丶
2楼-- · 2020-02-07 06:02

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.

查看更多
登录 后发表回答