How to make our iPad application to share files through iTunes

陌路散爱 提交于 2019-12-08 05:40:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!