oblador / react-native-keychain

:key: Keychain Access for React Native
MIT License
3.12k stars 515 forks source link

Using Biometric Authentication with IOS #572

Open div-dos opened 1 year ago

div-dos commented 1 year ago

Hey, Implemented setGenericPassword and getGenericPassword with FaceID enrolled on iPhone simulator as follows. But it doesn't ask for authorisation when I call getGenericPassword. Anything I might be missing? Screenshot 2022-10-20 at 5 46 46 PM Screenshot 2022-10-20 at 5 47 13 PM

ddernovyi commented 1 year ago

I used this

Screenshot 2022-10-25 at 17 22 59
div-dos commented 1 year ago

@ddernovyi Thanks I tried this but it still didn't work.

ddernovyi commented 1 year ago

Also i forgot to mentioned, pls try it only on real device, because i had some problem with simulator

div-dos commented 1 year ago

Also i forgot to mentioned, pls try it only on real device, because i had some problem with simulator

Oh thanks, I didn't try on a real device yet.