Android Instant App is uploaded but can not be roll out

后端 未结 2 995
眼角桃花
眼角桃花 2021-01-07 07:31

UPDATE: 20170703 Using Android Studio 3.0 Canary 5 Modified some AndroidManifest and build.gradle files,

Moved from inside to inside for both Base\'s AndroidManif

相关标签:
2条回答
  • 2021-01-07 07:36

    If you are using Google Play App Signing then your local keystore contains the Upload Key, which is different than the App Signing Key.

    In that case, the SHA256 fingerprint obtained with keytool is not the one you should include the Digital Assets Link json file.

    The correct SHA256 fingerprint can be obtained in the Google Play Console, under Release Management / App Signing / App signing certificate.

    Play Console Screenshot

    0 讨论(0)
  • 2021-01-07 07:56

    You need to use path pattern in your deep link: Make sure you are using your actual domain instead of example.com

    https://example.com/instantapp
    
    0 讨论(0)
提交回复
热议问题