Good evening to everyone, I'm in a (extensive) planning stage of a project and an issue of synchronization is forcing itself on me, I asked a question this morning about a networking side of things, and I got some info from nice people here about MYNetwork: http://bitbucket.org/snej/mynetwork/wiki/Home (I want to be able to sync data between Desktops and iPhones on a local network).
However, now I'm wondering how should I organize / store my data. I want to use CoreData and I could, easily. I probably won't even have to write a lot of code as I'm storing numbers, strings, and dates. Most of the behavior I need is free. But how would I sync core data stores between devices? Only info I could find was this post: http://forums.pragprog.com/forums/90/topics/3201. Perhaps someone has some experience with this? Should I do, as the post says, and create "date modified" attribute and write my own logic? Or is it possible, after all, to get some behavior for free from core data framework? Thanks, Karolis _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
