In the Apps tab of iTunes, there is a 'File Sharing' section with a list of apps that can synchronize their documents with your computer. What do you need to do to tell iTunes to sync your apps Documents folder?
Asked
Active
Viewed 1,477 times
2
-
2http://stackoverflow.com/questions/2603865/cfbundledocumenttypes-uifilesharingenabled-issues this might explain why you are not seeing it function properly – Aaron Saunders Sep 06 '10 at 22:40
-
whether can control the iTunes shared folder in the app ? – iXcoder Jan 15 '12 at 06:43
2 Answers
2
Add the UIFileSharingEnabled
key to your Info.plist.

Ole Begemann
- 135,006
- 31
- 278
- 256
-
1Anything else? I've added this to the project and it doesn't add the app to the iTunes sharing list. – Paul Alexander Sep 06 '10 at 21:40
0
For iOS 7/8 and Xcode 6:
- Go to properties of your Target in Xcode.
- Click the Info tab.
- Click the + on the last line under "Custom iOS Properties."
- Type "UIFileSharingEnabled" and press Enter.
- It should change to "Application supports iTunes file sharing."
- Set the Boolean value to YES.

George
- 172
- 9