How to make our iPad application to share files th

2019-05-29 23:14发布

问题:

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

回答1:

Just define this key in your info.plist file -

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