问题
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/>
来源:https://stackoverflow.com/questions/8613234/how-to-make-our-ipad-application-to-share-files-through-itunes