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?
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 thePlay Console > Release management > App signing
.