Not Able to clear all Asynchronous storage while app install in IOS #624
Unanswered
Bharanitharan06
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Are you looking for how to disable iCloud backup: https://react-native-async-storage.github.io/async-storage/docs/advanced/backup? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Am developing react native Application for Android and IOS and am using ** AsyncStorage.** for store some data. If user install and login with my app then session will created. if User uninstall and again he install my app I want to delete he's old session and want to create the new session but AsyncStorage. data is not cleared its maintained with old data.
In Android I fixed with allowBackup in AndroidMainfest.xml file. but IOS I don't know how to fix. give some ideas for it.
Details:
Beta Was this translation helpful? Give feedback.
All reactions