2

I have a big problem with iTunes. I just want to put a pdf in ebook reader or fetch a pdf (mac to iPhone/iPad and iPhone/iPad to mac).

I want to write a very small and simple program that allows to read iPad content like a usb key.

Is there some iTunes API or Cocoa API to do this ?

Thanks

testpresta
  • 51
  • 2
  • 4
  • Possible duplicate of [How to enable file sharing for my app?](https://stackoverflow.com/questions/6029916/how-to-enable-file-sharing-for-my-app) – msanford Jul 31 '17 at 18:52

1 Answers1

0

Already answered in How to enable file sharing for my app?: Open the info.plist of your application and add the following key: Application supports iTunes file sharing and set it's value to true.

For more details see the Ray Wenderlich Tutorial on iTunes Tutorial for iOS: How To Integrate iTunes File Sharing With Your iOS App