Re: Record indentifier and the truth
Re: Record indentifier and the truth
- Subject: Re: Record indentifier and the truth
- From: Ferruccio Vitale <email@hidden>
- Date: Tue, 14 Dec 2010 08:16:52 +0100
Hi Nick,
On Mon, Dec 13, 2010 at 2:04 AM, Nick Zitzmann <email@hidden> wrote:
>
> Record identifiers are the immutable IDs. They're set on a per-client basis so you can use your local record's unique IDs as change IDs, which makes pushing > update & delete changes much easier.
Great! It looked that an ID changes between two slow syncs.
As I need to prevent some records from syncing, I thought that the best way was:
1) pull the truth
2) track all IDs that I don't want sync anymore
3) refuse any other sync request which involves those IDs.
What do you think about it?
> Not without diving into private API-land. And doing so with the SyncServices framework can cause data loss if used improperly, so I really can't recommend that.
Yep :-)
>
> Nick Zitzmann
> <http://www.chronosnet.com/>
Thanks!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden