mCodex / react-native-sensitive-info

Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
https://mcodex.dev/react-native-sensitive-info/
MIT License
979 stars 216 forks source link

The credentials are getting lost on android 10 on app uninstall or clearing the app data. #366

Closed ChristopherDcosta closed 1 year ago

ChristopherDcosta commented 1 year ago

Earlier, I was using a library called react native keychain, which used android shared preferences to store data on android devices, the data was getting lost on app uninstalls as shared preferences are deleted too when the app uninstalls, therefore not able to persist data. Does android keystore gets deleted too when the app uninstalls or is there a way to persist data on android across app uninstalls? I notice this library uses android keystore to save credentials.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.