Get a file from iPhone
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.
精彩评论