Hi Nick,

On Mon, Dec 13, 2010 at 2:04 AM, Nick Zitzmann <n...@chronosnet.com> 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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to