How can i access iPhone files via Objective-c?

后端 未结 3 2061
离开以前
离开以前 2020-12-29 01:03

I noticed that there is software (such as iExplorer) that allows you to access files on an iPhone-device from your Mac.

Now my question is: How can I access

3条回答
  •  执笔经年
    2020-12-29 01:22

    So it seems that you're looking for an API which makes it possible to access the filesystem of the iPhone from a computer. Well, this API exists, and it's called the MobileDevice framework.

提交回复
热议问题