rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.97k stars 867 forks source link

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

Open Ali-Haider-CreditBook opened 1 year ago

Ali-Haider-CreditBook commented 1 year ago

I have a react native application. I want to clear the data when app is uninstalled. For Android 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 commented 10 months ago

Does this work?

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