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:
You can preserve application's setting using tizen.preference.setValue(key, value)
and retrieve it by using tizen.preference.getValue(key)
I think this page will be helpful : https://developer.tizen.org/development/guides/web-application/application-management/application-preferences?langredirect=1