faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
239 stars 92 forks source link

How to create same hash key for all senerios #104

Closed rahmanharoon closed 4 months ago

rahmanharoon commented 8 months ago

Can i create same hash key for

Also one more doubt..Can i generate a new hash key from google developers guide you shared on readme so can i use the same hash key in all scenerios

I have tried by creating a hash key and use in our message template..it was not working and i get to know that the package is taking some other hash key other than we generated from the documentation in here

https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string

@faizalshap

faizalshap commented 6 months ago

Hi @rahmanharoon The hash string is made of your app's package name and your app's public key certificate. So to use same hash key, you would have to use the same keystore in Debug, APK Release and Google SignIn