surfstudio / flutter-otp-autofill

Made by Surf 🏄
Apache License 2.0
75 stars 42 forks source link

[BUG] iOS always gets and Error called Unsupported Version #40

Closed skumarpaSandy closed 1 year ago

skumarpaSandy commented 1 year ago

Prior Issues

iOS platform not implemented

GalimzyanovDanil commented 1 year ago

@skumarpaSandy There is no need to use this package for iOS. This feature is out of the box in iOS. You just need to limit the use of the package on iOS so that you don't get errors. https://support.apple.com/guide/iphone/automatically-fill-in-sms-passcodes-iphc89a3a3af/ios

skumarpaSandy commented 1 year ago

OK, but we can listen the SMS at least right?,

any how, i have sorted out with my own method channel, thank you for the reply

GalimzyanovDanil commented 1 year ago

@skumarpaSandy iOS has not public API for reading SMS. Apple is very strict on this due to privacy concerns.