Quote:
Originally Posted by idima
Hi everyone!
I would like to know, if it is possible to sync a database of an iphone app (sqlite) with any database on the server.
The goal is to develope an iphone-application that runs on several iphones as clients and syncs its database with the central database on the server.
Thank you very much!!!
|
This would be a use case for sync services. (see
Loading
)
The only problem is - I'm not sure that I can put syncservices.framework on to the iphone. Anybody got any ideas? I've come from the microsoft sync framework
Microsoft Sync Framework Developer Center which solves the problem and I'm looking for the equivalent in mac/iphone land.
In that framework there is a way to have a proxy web service that implements the protocol for sync calls. It then translates the xml updates that say what has changed. It should work with Sync Services for apple. But, I don't see anything....