下载的文件在更新时消失

发布于 2024-12-07 21:06:14 字数 185 浏览 0 评论 0原文

我有一个可以下载多个 pdf 和图像的应用程序。一切都工作得很好,我将这些文件的信息存储在核心数据中。当我发送应用程序的更新时,我的问题出现了,核心数据中的所有信息都正确传输到新版本,但文件却找不到。

我想我可以编写一个例程,当用户更新应用程序并再次下载文件时运行。我只是相信有更好的方法来保存文件。

有人有这方面的经验吗?

I have an app that downloads several pdfs and images. It all work perfectly fine, I store information of those files in core data. My problem comes when I send out updates of the app, all the information in core data is transferred to the new version correctly but the files are nowhere to be found.

I guess I can write a routine to run when users update the app and download the files all over again. I just believe there is a better way to go by preserving the files.

Has anybody experience on this?

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

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

发布评论

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

评论(1

守望孤独 2024-12-14 21:06:14

您可以将文件存储在文档目录中,除非您从设备中删除应用程序,否则它们不会被删除。

You could store the files in the Documents dir, there they will be not deleted unless you remove the app from the device.

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