Languages

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 by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

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 :)