oblador / react-native-keychain

:key: Keychain Access for React Native
MIT License
3.16k stars 519 forks source link

Face ID works on iOS device but always credential access on iOS Simulator #367

Open NicholasIoanJones opened 4 years ago

NicholasIoanJones commented 4 years ago

I recently upgraded from a much older version of React Native Keychain to v6.1.1. We had held back because of issues with Android which are now nicely resolved.

However, whilst this now works nicely with Android and with iOS on device, when I run the simulators r-n-k always allows access to credentials and does not wait for me to use the Face ID features of the simulator.

joelnewton commented 4 years ago

@NicholasIoanJones You can't use it with ios simulator, it'll always allow access. You must use a real device, this has been answered previously.