react-native-otp-verify icon indicating copy to clipboard operation
react-native-otp-verify copied to clipboard

Hash key updated confusion.

Open DivyeshPonkiya opened this issue 2 years ago • 2 comments

application already publish on play store. but some day after updated abb upload on playstore this time HASH key (11 digit key) in any changes?

DivyeshPonkiya avatar Jan 20 '23 06:01 DivyeshPonkiya

How did you generated HASH key, could you please help me once?

nizar-mph avatar Apr 12 '23 06:04 nizar-mph

application already publish on play store. but some day after updated abb upload on playstore this time HASH key (11 digit key) in any changes?

According to Google document answer is no.

Google Play services uses the hash string to determine which verification messages to send to your app. The hash string is made of your app's package name and your app's public key certificate.


How did you generated HASH key, could you please help me once?

Check here https://developers.google.com/identity/sms-retriever/verify?hl=en#computing_your_apps_hash_string

ridvanaltun avatar Oct 26 '23 19:10 ridvanaltun