oblador / react-native-keychain

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

Keychain.getGenericPassword randomly returns false #594

Open dnvarun opened 1 year ago

dnvarun commented 1 year ago

I am not able to reproduce this in development but some of our users in production are randomly facing this error and suddenly get logged out. Are there any workarounds for this?

FYI We are using {service} attribute for setting and getting the token

KonstantinZhukovskij commented 1 year ago

We have the same problem and this is only reproducible on android. Can't reproduce step by step

Hady207 commented 1 year ago

Any update on this ? Im also facing the same issue.

abdulragib commented 2 months ago

i got same issue

Brma1048 commented 4 weeks ago

I have the same issue, when I safe the password to the keychain and close the app directly after that and want to get the password I receive false, but only for the first time. When I close the app again and open again it works. Version: 9.0.0 RN: 0.75.4 OS: Android 14, Pixel 7

With Version 8.1.2 it works fine