redux-persist icon indicating copy to clipboard operation
redux-persist copied to clipboard

Clear Redux Persist Data on App uninstall in IOS React Native

Open Ali-Haider-CreditBook opened this issue 2 years ago • 1 comments

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.

Ali-Haider-CreditBook avatar Nov 20 '23 09:11 Ali-Haider-CreditBook

Does this work?

https://github.com/rt2zz/redux-persist/issues/579

quicksilverr avatar Jan 22 '24 09:01 quicksilverr