Tizen Developers

Menu
Sites
Language
IndexedDB Being Wiped Between Installs

The IndexedDB data store for our application is being wiped/destroyed between installs through the Tizen IDE.

Is there a way to prevent this? And is this the way the updating process works in general, i.e. updating through the Tizen app store?

Edited on 18 03, 2014

Responses

2 Replies
Andrew Hughes
You can prevent local storage (such as IndexedDB) from being deleted across installs by adding the privilege "http://tizen.org/privilege/unlimitedstorage" to your config.xml.
Marco Buettner
No, TizenStore Updates doesn't uninstall an application complete like the install via SDK. After a update als user settings will be available from before the update :)