How to implement iTunes built-in App “File Sharing” feature

前端 未结 3 1223
遥遥无期
遥遥无期 2020-12-08 08:53

I\'ve noticed that several apps, when an iP* is connected, has a \"File Sharing\" feature inside of iTunes. Example applications are CloudReaders, Stanza, etc. This interfac

3条回答
  •  情歌与酒
    2020-12-08 09:21

    In the new Xcode, you can do this in the UI:

    1. Select your project in top left
    2. Select target in next column
    3. Click on Info tab
    4. In Custom iOS Target Properties, hover mouse over any row and click +
    5. In popup, select "Application supports iTunes file sharing", then set Value to YES on right
    6. Click Validate Settings at bottom to make sure all is good
    

提交回复
热议问题