If I send out an update to the app over Google Play or iTunes, won't that result in the localstorage data being deleted? How can I securely maintain the localstoage over upgrades?
Develop games in your browser. Powerful, performant & highly capable.
When the App is updated and nothing with the LocalStorage itself has changed, it should work fine. The data which is saved doesn't get removed when an app is updated.