2.3 - Apps that do not perform as advertised by the developer will be rejected
2.3 Details
Your app has the UIFileSharingEnabled key set to true in the info.plist, but the Documents folder includes files and folders not intended for file sharing.
Next Steps
Please move all files that that are not intended for user access via the file sharing feature to another part of your application's sandbox. When file sharing is enabled, the entire Documents folder is used for file sharing.
UIFileSharingEnabled設為true,你開啟了文件共享, 卻不讓用戶盡情的使用,你可以丟幾張圖片在共享到itunes的文檔里,但不能沒有
解決方案
- 修改重要文件(用戶看不懂的文件)的存儲路徑 .
- 關閉UIFileSharingEnabled