Android app link not working after the application is made live in play store

前端 未结 1 1227
栀梦
栀梦 2021-02-08 02:57

I have implemented Android app links based on the below links.

https://developer.android.com/studio/write/app-link-indexing.html

https://developer.android.com/trai

1条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-08 03:23

    I got into the same issue as it was working perfectly on the signed apk which was not uploaded to the playstore.

    Later I found out that I need to add the SHA256 key from PlayConsole By going to Application Dashboard in Play Console then Release Management --> App Signing and there you will find SHA-256 certificate fingerprint Use this SHA-256 in assetlinks.json at https://ourdomain/.well-known/assetlinks.json and then reinstall the app from playstore It started working fine for me

    0 讨论(0)
提交回复
热议问题