Hi all !
First post on the forum ... and new to Objective-C development...
I'm been searching a way to transfer data between a Mac/PC and an iPhone/iPod Touch but didn't really find a valid solution ...
One might be the use of webservices, the other the use of sockets.
Both looks quite hard to implement as the only Network API we get is the CFNetworks ...
Now I was wondering if there could be another way to do it.
Reading the iPhone dev pdfs, it looks like data are sync within an application, within iTunes.
Now, what if I want to put new data on the PC/Mac ? Should I have the user to find where the application is under iTunes, puts a new data file then sync the iphone ?
Will we have to create a desktop application to do our own transfert (socket/webservices) ?
I'm a bit lost ... trying to figure out the best way to do data transfer ... :|
Thanks a lot for your help !