开发者

Get a file from iPhone

开发者 https://www.devze.com 2023-01-08 23:26 出处:网络
I have a program which creates some files in the application\'s Docum开发者_如何学编程ents directory. I need to get those files from the device for debugging. How can I do it?

I have a program which creates some files in the application's Docum开发者_如何学编程ents directory. I need to get those files from the device for debugging. How can I do it?

I am looking for a way to not need jailbreaking, partly because I have to figure out which million letter directory to attack, and partly because I will be talking to Cupertino in the near future.

I am sure this is a common issue. For example in games it's sometimes necessary to see the save-file.


You could access through Organizer : Xcode > Window > Organizer

Or Access Programmatically.


Look at PhoneDisk @ www.macroplant.com


If it's a jailbroken device you could easily connect and transfer using SSH.

0

精彩评论

暂无评论...
验证码 换一张
取 消