Ankit Sachan
Ankit Sachan

Reputation: 7840

access files in documents folder of application of iphone

HEllo,

I have a situation here, I have an app , in this app I save some files to documents folder. Now I want to export these files or view these files from mac.

Suggest some way for this.

Thanx in advance

Upvotes: 1

Views: 1286

Answers (2)

Iggy
Iggy

Reputation: 8669

you might also be able to use ftp. Run your ftp client on the iPhone and an ftp server on your mac.

Upvotes: 0

Noah Witherspoon
Noah Witherspoon

Reputation: 57149

You'll either need to set up a Bonjour connection over a local wifi network and figure out a protocol to move things that way, or upload the files from the device to a web service from which the user (or a desktop client app you create) can then download them. There is currently no way to piggy-back on the iTunes sync process, so the network's the only way to get things off of the device.

Upvotes: 3

Related Questions