Search code examples
iphonefile-sharing

How to make our iPad application to share files through iTunes


I have made an iPad application. Now i have a requirement to upload any file into my application shared/document folder from my System through iTunes.

I have learned from this link http://support.apple.com/kb/ht4094 that we can make our application for File Sharing. If our application has enabled File Sharing then our application will be seen under File Sharing Tab in iTunes.

So i want my app to be seen under File Sharing Tabs so that i can share any file into my application.

Please can anybody guide me through this.

Thanks


Solution

  • Just define this key in your info.plist file -

    <key>UIFileSharingEnabled</key>
        <true/>