语言

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?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
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 :)