oblador / react-native-keychain

:key: Keychain Access for React Native
MIT License
3.19k stars 520 forks source link

Understanding Keychain.ACCESS_CONTROL Enum #390

Closed Reiji87 closed 1 month ago

Reiji87 commented 4 years ago

I am trying this library with Android development.

I have set value of access control option to be BIOMETRY_CURRENT_SET_OR_DEVICE_PASSCODE, under setGenericPassword function.

On my phone I have fingerprint and iris scanner being configured. I tried to use fingerprint, everything seems to work correctly, however when I used my iris option, i will get an error "User Not Authenticated"

I've also tired DEVICE_PASSCODE and tried running the code, the passcode screen did not appear and authentication is successful despite me didn't entering anything

Not sure if this is the correct behavior.

I am using Samsung Galaxy S8 running Android 10

Yogiferous commented 3 years ago

Any update on this? My project appears to be having the same issue for android devices.

DorianMazur commented 1 month ago

This issue is stale because it has been open for 1 year with no activity.