react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.74k stars 467 forks source link

Uninstalling the app does not clear storage #561

Closed kafkas closed 3 years ago

kafkas commented 3 years ago

This is a well-known issue that was previously tracked at #342 I have upgraded the module to the latest version and have added the RCTAsyncStorageExcludeFromBackup key with true value to info.plist exactly how it's described here. The storage is still not wiped when the app is uninstalled.

fedemartinm commented 3 years ago

Hey @kafkas, same problem here.. how did you solve it? thank you

kafkas commented 3 years ago

In my case, it turned out to be a problem with react-native-keychain which we were using alongside AsyncStorage so I closed the issue straight away.

fedemartinm commented 3 years ago

Oh, so it's another problem. thanks

sLurPPPeRsTaR commented 3 months ago

for those who still lookin this answer and stop by in this forum, i found the culprit hopefuly its help

image