Replies: 1 comment 2 replies
-
AsyncStorage doesn't add/remove values unless you tell it to. The operating system, on the other hand, may delete the store if the app is deleted. It may also restore it if it was synced when reinstalling the app. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know in which cases the stored data will be cleaned or deleted by the iOS, Android respectively .
Real case scenario:
Imagine I have released a new version of my app that uses already the async-storage to save the user profile
What will happen to the saved profile on the device after releasing a new version of the app ( app v1.0 -> app v1.1)
I'm sure that the data will be kept when updating the app, but i would to be more sure that since this is the first time using async-storage
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions