cocoa touch - Favorite way to synchronize sqlite3 db on iPhone over HTTP -
There is currently a sqlite3 database in my iPhone application, the database has reached 10 MB + by itself, which so far I have removed all those data. Some of the data in which there was no part of the App Bundle.
If I only provide the schema, then what is your preferred way of syncing all the tables on HTTP?
Use a tag filed to identify whether the record was synchronized or not. Both iPhide-side databases and server side.
Comments
Post a Comment