faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
241 stars 95 forks source link

Autofill OTP not working on play store build/Live APK #53

Closed rakesho-firstlight closed 2 years ago

rakesho-firstlight commented 2 years ago

I am using this library to add the autofill top feature on Android, it worked well in development mode but now, when testing against the release live build, its not working correctly.

I tried generating the hash using the official Android documentation as well - https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string

Is there anything specific configuration that we need to do in order to make it work on Android Production build?

I am using React 0.63.2, is it necessary to do manual installation steps as well?

rakesho-firstlight commented 2 years ago

This worked later using the hash key generated using the Android after one day, not sure what was issue already, so closing this issue, thanks.