- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经通过 App Store 在 iOS 上发布了一个 Titanium 应用程序。它使用 Alloy 模型、 View 和 Controller ,因此保存用户通过 Alloy .save()
方法输入的所有数据。我最近收到了一些用户的反馈,称在最近一次更新后,他们的数据被删除,并且所有保存的信息都没有完好无损。
我认为合金数据库被保存到设备的私有(private)文档中,因此当用户更新应用程序时保持它完整。是真的吗?
我可以排除哪些问题来查看哪里出了问题?我没有编写任何会从数据库中删除任何内容的代码。
最佳答案
I thought that the Alloy database was saved into the private documents of the device, therefore keeping it intact when the user updates the app. Is that true?
没错。
I've recently received some feedback from a user that after their most recent update, their data was wiped and none of their saved information was intact.
听起来整个数据库都被删除了。如果您删除应用程序,可能会发生这种情况。我想你最好自己测试一下。如果我们看不到任何源代码,就很难提供帮助。我还建议您查看 Alloy 是否没有差异(也许您的应用程序更新版本使用了不同的新版本)......也许数据没有被删除,但只是更改了名称数据库/表。很难说...
关于ios - iOS 上的钛合金 : When a user gets an app update, 它会删除并重置本地数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24427602/
我是一名优秀的程序员,十分优秀!