oyyq99999 / react-native-secure-storage

A secure AsyncStorage implementation
MIT License
74 stars 54 forks source link

IOS devices always request Face Id to access SecureStorage ? #6

Closed viper4595 closed 5 years ago

viper4595 commented 5 years ago

Hi,

In ios devices, when I get an item from SecureStorage, it always requests Face Id to continue. I tried all config but has no difference. Does it have an option to turn off BIOMETRY?

oyyq99999 commented 5 years ago

set accessControl to null does the trick