oyyq99999 / react-native-secure-storage

A secure AsyncStorage implementation
MIT License
74 stars 54 forks source link

Just doesn't work #27

Closed ezos86 closed 4 years ago

ezos86 commented 4 years ago

Everytime I set a key, when I try to retrieve it, it shows undefined. Tried several times, many different ways. no luck.

image

KristineTrona commented 4 years ago

@ezos86 can you share the code, where you are trying to set and retrieve the key?

shlaing commented 4 years ago

I faced that experience on Android only.

ezos86 commented 4 years ago

I ended up moving to the keychain, and unfortunately, serialize and use email as key.