即使在应用程序更新后,仍会继续使用 NSKeyedArchiver/NSCoder 吗?

发布于 2024-08-17 11:04:04 字数 178 浏览 8 评论 0原文

我有 NSKeyedArchiver 和 NSCoder 数据被保存(作为 .txt 文件)并且工作得很好。当我将新版本部署到 iPhone 时,文本文件仍然存在 - 换句话说,它们没有被覆盖。

但是,我想确保当 iTunes 提供的应用程序更新可用时,文本文件将持续存在。我假设是的,但只是想确定一下。

谢谢

I have NSKeyedArchiver and NSCoder data being persisted (as .txt files) and working great. When I deploy new builds to the iphone, the text files are still present - in other words, they are not being written over.

However, I want to make sure that the text files will persist when an itunes delivered update of my application is made available. I'm assuming yes, but just want to be sure.

Thanks

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

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

发布评论

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

评论(1

风吹过旳痕迹 2024-08-24 11:04:04

是的,当 Apple 将升级交付给用户时,所有用户数据都会保留。事实上,您需要确保可以从程序退出的任何状态进行升级,这可能会使测试变得复杂。

Yes, all user data is persisted when your upgrade is delivered to a user by Apple. Indeed you need to make sure that you can upgrade from any state that the program could be exited in, which can complicate testing.

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