PhoneGap iOS 7 and localStorage

匆匆过客 提交于 2019-12-05 01:46:18

If your question is "does local storage persist after app update cycle" I can say yes based on experience with my app.

I have set

<preference name="BackupWebStorage" value="local" />

in the config.xml. I store a journal of I-Ching readings to local storage and have now been through two app update cycles with no user data loss. I don't have any further documentation on the mechanics though.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!