Hello,
I recently submitted my first ionic/cordova app on android and iOS and the more users I have, the more feedback I get regarding cleared app storage. For my app I need to store an user access token on the device (currently with $localforage and indexedDB) which is checked whenever the app is started.
Unfortunately when memory on iOS is low, iOS is clearing app storage (Localstorage - is it cleared after app restarts/ periodically in iOS?) and the access token is lost. Therefore my question is how to save such important data to prevent data loss and if you guys have also experienced this behavior?
Thanks!