Quote:
Originally Posted by kbpajarito
My undergraduate project is an iPhone application that will sync files with a dekstop application. Any idea on how to sync files from an iPhone application to a desktop application? Thanks!
|
You're going to have to use WiFi (or I suppose you could use the cellular network). Under the standard SDK you can't use the USB connection via iTunes. That said, your options are pretty open, you could use Bonjour and/or FTP.
Due to the limitations of the Apple SDK you will not be able to touch any files outside of your sandbox to sync, so this utility will be quite limited (No syncing your iTunes library

)