I would grab a copy of Core Data: Apple's API for Persisting Data on Mac OS X by Marcus S. Zarra
This book covers syncing core-data apps between Macs and iPhones in some detail. Cheers, Martin On Nov 16, 2009, at 3:49 AM, Karolis Ramanauskas wrote: > 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/martin.hewitson%40aei.mpg.de > > This email sent to [email protected] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Martin Hewitson Albert-Einstein-Institut Max-Planck-Institut fuer Gravitationsphysik und Universitaet Hannover Callinstr. 38, 30167 Hannover, Germany Tel: +49-511-762-17121, Fax: +49-511-762-5861 E-Mail: [email protected] WWW: http://www.aei.mpg.de/~hewitson ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ 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]
