react-native-otp-verify
react-native-otp-verify copied to clipboard
How to create same hash key for all senerios
Can i create same hash key for
- debug
- apk release
- google singing
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