I am building an app for the Samsung Galaxy Watch (Tizen OS via html/css/javascript).
The user is able to set individual settings in the app / enter custom information.
Question: How can I ensure that this user supplied information is saved between app updates?
Wanted Outcome:
- User installs app version 1.
- User inputs data into app version 1.
- An update to app version 2 becomes available.
- User updates to app version 2.
- User data supplied in app version 1 is available in app version 2 (after update).