oblador / react-native-keychain

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

getGenericPassword Android catch code: 11, msg: No fingerprints enrolled. #522

Open pf55351 opened 2 years ago

pf55351 commented 2 years ago

Hi guys.. I am trying to implement a remember me option on my app mobile. In first step i store password calling setGenericPassword Then when i try to re-open app i call this func getGenericPassword and i receive this error message: code: 11, msg: No fingerprints enrolled. This happens always with Android device that not support biometric No problem with Apple emulator

Thanks for support

thecodecafe commented 2 years ago

@pf55351 have you been able to fine a solution to the problem?

BraveEvidence commented 1 year ago

This will help https://www.youtube.com/watch?v=J0OSn7s9YiA&list=PLQhQEGkwKZUrempLnmxjt7ZCZJu1W3p2i&index=15

DjapelZed commented 1 year ago

@pf55351 have you found a solution?