Sync and CoreData
Sync and CoreData
- Subject: Sync and CoreData
- From: Niko Matsakis <email@hidden>
- Date: Wed, 06 Dec 2006 23:24:21 +0100
Hello,
I am wondering whether anyone has any recommendations for combining sync
services and core data? I have a simple budgetary tracking program that
I wrote, and I would like to be able to add entries from different
machines, and then have them synced using sync services.
It seems to me that it should be possible to make a "generic" core-data
sync services hook using the notifications that the
NSManagedObjectContext sends out, since those contain every change to
the objects, in more or less the format that sync services requires.
Before I set out about playing with this, I was hoping people on the
list could provide feedback about the feasibility of this idea, or
whether it has already been implemented. The two services seem so
related that I would be surprised if others had not attempted such a thing.
Thanks in advance,
Niko Matsakis
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden