Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rejected by UIFileSharingEnabled key set to true

I've got rejected my recent update on iPhone app and it says:

"When file sharing is enabled, the entire Documents folder is used for file sharing. Files that that are not intended for user access via the file sharing feature should be stored in another part of your application's bundle. If your application does not require the file sharing feature, the UIFileSharingEnabled key in the Info.plist should not be set to true."

I don't have any data which is not supposed to backup via iTunes. So, in this case, how to make a change or appeal to pass the review?

like image 717
San Avatar asked May 26 '12 15:05

San


1 Answers

I was able to pass Apple's review without rejection and still set UIFileSharingEnabled = true. It was very helpful to see the how to from raywenderlich: http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app. The key is making the sharing data simple, I guess.

like image 185
San Avatar answered Nov 14 '22 06:11

San