I searched over and over but could not find and answer to this:
- What happens to local storage (Used by high level storage class of Ionic 2/3 ) when updating the app?
I saw that when reinstalling it is removed.
Thank you.
I searched over and over but could not find and answer to this:
I saw that when reinstalling it is removed.
Thank you.
I was wondering the same and found a link in which they claim that localStorage is not reliable, you should always use ionic native storage plugin.
It says that IOS clears localStorage when memory is low, and contains a link for android uses that reports inconsistencies too.
The safest bet is to always use ionic-storage
Edit
If you uninstall and reinstall the app, when you do that, it will clear all app data, including local DBs.