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

3.4k views Asked by At

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

There are 1 answers

6
Volo On BEST ANSWER

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.