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

Clear Redux Persist Data on App uninstall in IOS React Native #1457

Open
Ali-Haider-CreditBook opened this issue Nov 20, 2023 · 1 comment
Open

Comments

@Ali-Haider-CreditBook
Copy link

I have a react native application. I want to clear the data when app is uninstalled. For Android android:allowBackup="false" this works but for the IOS I have tried multiple solutions but none is working.

I have tried adding this in Info.plist
<key>RCTAsyncStorageExcludeFromBackup</key> <true/>

But still data persist after re-installing the App.

@quicksilverr
Copy link

Does this work?

#579

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

2 participants