Shah
Shah

Reputation: 5020

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

Upvotes: 1

Views: 515

Answers (1)

saadnib
saadnib

Reputation: 11145

Just define this key in your info.plist file -

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

Upvotes: 1

Related Questions