oblador / react-native-keychain

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

Android version 10 not persisting keychain value on clearing the local storage or uninstalling the app. How to make android device persist data on app uninstall or reinstall? #582

Open ChristopherDcosta opened 1 year ago

BraveEvidence commented 1 year ago

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

timothyerwin commented 11 months ago

I'm also looking for this functionality...

jeemercado commented 9 months ago

up

marc-wesdigital commented 7 months ago

Check in your AndroidManifest.xml not having below. These would erase keystore on uninstall.


<application
        android:name=".MainApplication"
        **android:allowBackup="false"**
        **tools:replace="android:allowBackup"**