hiranpeiris / react-native-otp-auto-fill

Auto fill OTP library for React Native
MIT License
6 stars 8 forks source link

Auto fill not working #11

Open McDreamy opened 2 years ago

McDreamy commented 2 years ago

I have pass the Android Signature Key to backend, and I checked the sms body is included the Android Signature Key. However the auto fill is not working, It always show zero in text input

McDreamy commented 2 years ago

auto fill not working in iOS too

ahaverty commented 2 years ago

@McDreamy did you get it working in the end? (I'm not a contributor, just trying to assess if this library will work for my use case)

I wonder is the requirement of the word 'code' in the SMS related to your iOS not working? https://stackoverflow.com/a/57255825/2276198

hiranpeiris commented 2 years ago

For iOS, it will appear on the keyboard. Same as WhatsApp OTP flow. Only android is permitted to fill the text input.