jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
282 stars 174 forks source link

does not show otp code on ios keyboard #130

Closed NestorDevs closed 2 years ago

NestorDevs commented 2 years ago

do i need to do a configuration for ios? the package suggests not but the keyboard does not show me the otp when the message reaches my iphone .... any help?

76592118-5576bc80-652d-11ea-8ec1-cc1bc8675247

jaumard commented 2 years ago

Yes nothing to do normally this package is asking for autofill autofillHints: const <String>[AutofillHints.oneTimeCode], so nothing more to do. If it doesn't work there is nothing more I can do on my side as I know of. If you found something don't hesitate to open a PR about it. I'll be gladly review and merge it