faizalshap / react-native-otp-verify

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

PlayStore: OTP Autoread not working on first time on some devices. #96

Open Rishabh-CD opened 1 year ago

Rishabh-CD commented 1 year ago

Case1: OTP Autoread is working perfectly fine on some devices like Redmi Prime 11, Oneplus Nord Case2: OTP Autoread is not working first time but it works when user taps on Resend OTP. (Samsung S22Ultra, OnePlus 7T)

Above cases are only for PlayStore downloded app.

Any Help

faizalshap commented 11 months ago

Can you post some logs if possible from Android Studio

Syed-AzharAli commented 11 months ago

@faizalshap can I generate the hashcode from getHash() to pass into the sms in production or do I need to use [google] document to do it. (https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string). Is there a difference between those two?