Home > Net >  Is autofilling with sms code on iOS possible?
Is autofilling with sms code on iOS possible?

Time:02-04

Is autofill sms code on iOS possible? Hello, I am doing a research about autofilling fields with code received via sms. With flutter package for android it works - when sms comes fields on screen automatically fill with it. Fot iOS I see the code shows above the keyboard.

Is it possible to make it fill fields just like on android? Without need to show keyborad and press the code from it?

CodePudding user response:

most of the times ios judges the best-suited number out of the sms, which it thinks is an OTP, and its correct. sometimes it fails,usually with money transaction via credit card, or OTP is not six digit

CodePudding user response:

SMS autofill on iOS is done by iOS. Apps aren't involved. They can't see an incoming SMS and they don't see the code shown above the keyboard. It's not "autofill" in that it doesn't automatically type the number. The user must confirm it by tapping the code.

  •  Tags:  
  • Related