iPhone 应用程序更新和文档目录
当我更新我的应用程序时,我希望用户仍然能够访问他们的旧文件。更新后Documents目录的内容是什么?
在此过程中分享的任何技巧或技巧将不胜感激。
When i update my app I'd like the user to still be able to access their old files. What will the contents of the Documents directory be after updating?
Any tricks or tips shared would be most appreciated on this process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
~/Documents
中的内容将与旧的相同。请参阅 关于将保留哪些文件夹的iPhone 应用程序编程指南。The content inside
~/Documents
will be same as the old one. See the iPhone Application Programming Guide on what folders will be kept.