tags:

views:

104

answers:

2

I have an iPhone app that creates a zip file.

I need to provide an easy way to allow the user to transfer that zip file to their PC (not via any network connectivity, as this file could be rather large).

Any suggestions?

A: 

Currently there is no way to accomplish this. You cannot hook into the synchronization until the next release of iPhone OS.

However, it works fine in Android.

Yann Ramin
A: 

For development builds you can access the file through Xcode's Organizer, and save locally to the Mac. I am not sure what is required to permit the access, perhaps the signing certificate?

DwardoX