下载的文件在更新时消失
我有一个可以下载多个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将文件存储在文档目录中,除非您从设备中删除应用程序,否则它们不会被删除。
You could store the files in the Documents dir, there they will be not deleted unless you remove the app from the device.