Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Dec 5, 2022 · 3 comments

Comments

@ChristopherDcosta
Copy link

No description provided.

@BraveEvidence
Copy link

@timothyerwin
Copy link

I'm also looking for this functionality...

@jeemercado
Copy link

up

@marc-wesdigital
Copy link

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"**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants