如何在iOS应用和iTunes之间共享文件

时间:2011-02-28 05:38:14

标签: iphone itunes

我知道谷歌地图(或以前的VLC)允许您将文件从iTunes共享到iOS设备。有没有办法从iOS应用程序分享任何东西到iTunes和ViceVersa

2 个答案:

答案 0 :(得分:4)

这是一个Googling产生10秒的教程。

File sharing from app to iTunes is too easy

答案 1 :(得分:1)

在新的Xcode中,您可以在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