Hello guys, so we have got a case that some player has reported about game data that are not loaded (restart from zero again), so since I've check out about LocalStorage problems, it comes up about this one forum.ionicframework.com/t/localstorage-is-it-cleared-after-app-restarts-periodically-in-ios/21819/16, an old thread but seems like still happening.
What I'm considering are :
1. There is an app that can clear every another app cache, including Construct2/3 games.
2. While the mobile memory was full, the system automatically clear all caches.
This actually would be very dangerous since if a game required persistent data, and what we can do for local and also offline, is only the LocalStorage plugin, but what came is this case, they're gone.
How to make sure that our Localstorage data couldn't be cleared, unless the player has been uninstalled the game.
Maybe Ashley can help out about this problem? Thanks!