iPhone:将图片/数据保存到“公共”文件夹?
我想在我正在开发的应用程序中实现备份功能,只需将图像和一些数据放入可以通过 itunes 或类似工具访问的文件夹中。
但这可能吗?可以做什么呢?
该功能的要点是,如果(由于某种原因)图像和数据没有发送到我的服务器,用户将能够将其提取到 PC/Mac,这样图像和数据就不会丢失。
任何帮助表示赞赏。
I want to implement a backup feature in the app I'm working on, that simply puts an image and some data in a folder that can be accessed through itunes or similar.
But is this possible, and what can be done?
Point of the feature is that if (for some reason) the image and data isn't sent to my server, the user will have the ability to extract it to a pc/mac, so that the image and data isn't lost.
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在应用程序的设置中启用 iTunes 文件共享,然后将文件写入应用程序中的文档文件夹。这样他们就可以通过 iTunes 查看该文件。
Enabled iTunes file sharing in your app's settings and then write your file to the Documents folder in your app. This will then allow them to see the file through iTunes.