我的图像编辑应用正在文档目录中保存一些重要数据。在 tutorial我在读这个:
iTunes will then display anything you save to the Documents directory in your app to the user, when they go to the “Apps” page in iTunes and scroll to the bottom:
我有一个名为 userImages 的子文件夹,将文件共享仅限于该文件夹而不是文档中的所有内容会很聪明。否则,用户会不小心(或故意)弄乱应用程序正常工作所依赖的文件。这会很糟糕。
有没有办法将其限制在文档中的子目录中?
不,您应该将不希望用户看到的任何内容存储在应用的“库”目录中。在此处查看可以存储数据的位置列表:
How can I get a writable path on the iPhone?
关于iphone - 是否可以将 iOS 文件共享功能限制为文档目录中的子文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6113137/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |