Read SD card files from an iOS app [duplicate]

与世无争的帅哥 提交于 2021-02-05 06:00:47

问题


Possible Duplicate:
How to read SD card contents through iPad Camera Connection Kit in iOS SDK?

I want to write an iOS app to access the data in a SD card via Apple's SD card reader. I am wondering what Framework in Xcode I need to import or I am allowed to develop this kind of app related to file access from external storage.


回答1:


As of yet, developers do not have access to the SD reader attachment.




回答2:


The drive should get mounted in /var/mnt. Check out the Cydia app called iFile.



来源:https://stackoverflow.com/questions/12326420/read-sd-card-files-from-an-ios-app

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