You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getGenericPassword throws the error User not authenticated on Google Pixel devices while using react-native-keychain in 8.1.3
I only reproduce the bug on Google Pixel devices for now
The biometric popup is prompted correctly but it eventually throws the error User not authenticated
Workaround
I was able to make it work by downgrading the package the 8.1.2
To make it work in 8.1.2 with a password previously stored in 8.1.3 I had to either remove the app then reinstall it or use resetGenericPassword to remove the password, then store a new one with setGenericPassword and at this point getGenericPassword would work
The text was updated successfully, but these errors were encountered:
@couver-v Thank you for opening the issue. I'm experiencing the exact same problem. Fortunately, it looks like a fix may be coming soon (#337, #630). I'll stick to 8.1.2 for now.
Problem
getGenericPassword
throws the errorUser not authenticated
on Google Pixel devices while usingreact-native-keychain
in8.1.3
I only reproduce the bug on Google Pixel devices for now
The biometric popup is prompted correctly but it eventually throws the error
User not authenticated
Workaround
I was able to make it work by downgrading the package the
8.1.2
To make it work in
8.1.2
with a password previously stored in8.1.3
I had to either remove the app then reinstall it or useresetGenericPassword
to remove the password, then store a new one withsetGenericPassword
and at this pointgetGenericPassword
would workThe text was updated successfully, but these errors were encountered: