Allow iPhone application to sync with iTunes

℡╲_俬逩灬. 提交于 2019-12-06 09:15:45

问题


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?


回答1:


Add the UIFileSharingEnabled key to your Info.plist.




回答2:


For iOS 7/8 and Xcode 6:

  1. Go to properties of your Target in Xcode.
  2. Click the Info tab.
  3. Click the + on the last line under "Custom iOS Properties."
  4. Type "UIFileSharingEnabled" and press Enter.
  5. It should change to "Application supports iTunes file sharing."
  6. Set the Boolean value to YES.


来源:https://stackoverflow.com/questions/3654291/allow-iphone-application-to-sync-with-itunes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!