iPhone:保留用户数据以防止应用程序更新

发布于 2024-10-14 12:11:29 字数 140 浏览 1 评论 0原文

我正在开发我的第一个 iPhone 应用程序,该应用程序允许用户拍照并存储它们并保存它们。应用程序文档文件夹中的其他元数据。

如果以后我向用户提供版本更新,是否会影响用户创建的数据? 如果确实如此,那么保存数据的最佳策略是什么?

多谢

I'm developing my first iphone app that allow users to take pictures and store them & other meta data in the App's Documents folder.

If in the future I provide version updates to users, does it affect the user-created data?
If it does, then what is the best strategy to preserve the data?

Thanks a lot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撞了怀 2024-10-21 12:11:29

不会,更新期间和更新后,保存在用户文档文件夹中的任何数据都将保持不变。

编辑:

这是官方链接:iOS 应用程序编程指南

应用程序更新期间保存的文件

当用户下载应用程序更新时,iTunes 会在新的应用程序目录中安装更新。然后,在删除旧安装之前,它将用户的数据文件从旧安装移动到新应用程序目录。在更新过程中保证保留以下目录中的文件:

<强><应用领域_首页> / 文件

<强><应用领域_首页> / 库

尽管其他用户目录中的文件也可能会被移动,但您不应依赖它们在更新后仍然存在。

No, any data saved in the user Documents folder will remain intact during and after an update.

EDIT:

Here is the official link: iOS Application Programming Guide.

Files Saved During Application Updates

When a user downloads an application update, iTunes installs the update in a new application directory. It then moves the user’s data files from the old installation over to the new application directory before deleting the old installation. Files in the following directories are guaranteed to be preserved during the update process:

< Application_Home > / Documents

< Application_Home > / Library

Although files in other user directories may also be moved over, you should not rely on them being present after an update.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文