iPhone App升级查询
我正在开发 iphone 应用程序,它拍照并将其存储在 iphone 中(在应用程序文件夹内),图片名称和其他信息存储在 sqllite 数据库中。 如果将来我将发布新版本的iPhone应用程序,那么它会删除旧图片并更新数据库吗?
谢谢, 普里亚
I'm developing iphone app which take pictures and store it in iphone (within app folder) and picture name and other information stored in sqllite database.
If in future, I will release new version of iphone app then does it delete old pictures and update database?
Thanks,
Priya
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会,升级后您的数据将完好无损。
当然,如果您进行了更改,您将必须正确迁移数据库。
另外,我建议直接使用 Core Data 而不是 SQLite。
No, your data will be intact after upgrade.
Of course you will have to properly migrate the database if you made changes.
Also, I would recommend using Core Data instead of SQLite directly.