icapps / flutter_secure_file_storage

MIT License
8 stars 2 forks source link

iOS supported version check is wrong #5

Closed NicolaVerbeeck closed 2 years ago

NicolaVerbeeck commented 2 years ago

It just checks != 12 so it would also match below 12!

ikbendewilliam commented 2 years ago

Correct, we only check version 12 for our app, since it's the only < 13 iOS version that is supported. But the package should also check 8-11

ikbendewilliam commented 2 years ago

see also #3

vanlooverenkoen commented 2 years ago

duplicate of #3