最近我的申请被 Apple 拒绝了,原因是:
"Your app has the
UIFileSharingEnabled
key set to true in theInfo.plist
, but files and folders not intended for file-sharing are contained within its Documents folder..."
我将我的应用程序数据存储在文档目录、图像和核心数据数据库中。这是一个非常简单的进步,它允许用户备份和导入数据。以下是主要步骤:
有没有其他人遇到过类似的问题?看来我用对了。
您应该将 zip 文件放在 Documents
文件夹中,而不是任何其他文件。您还将核心数据文件(以及用户不应该看到的一些其他文件)放在 Documents
文件夹中,这就是它被拒绝的原因。
您可以将用户不应该看到的任何文件存储在另一个文件夹中,例如 Application Support
文件夹。
关于ios - iTunes 文件共享说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17911807/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |