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
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