即使在删除应用程序后,Worklight的JSONStore数据/文档是否仍然存在于设备(iPhone / Android)上?

时间:2014-04-22 17:03:08

标签: ibm-mobilefirst jsonstore

我想知道在使用IBM Worklight在设备上构建和部署应用程序时,JSONStore是否会在从设备中删除应用程序时保留或删除?

2 个答案:

答案 0 :(得分:3)

卸载应用程序时,将删除使用Android或iOS时存储在JSONStore集合中的数据。您实际上可以确认这一点,JSONStore用于保存数据的文件显示在this question中。

答案 1 :(得分:1)

卸载时,应用程序私有数据会随应用程序一起从设备中删除。