Tagged Questions
13
votes
1answer
168 views
Is there a way to get Address Book contact ID's from Sync Services contact ID's?
When getting the modified contacts from Sync Services, through the applyChange:forEntityName:remappedRecordIdentifier:formattedRecord:error method. The IDs in the address book are of the form ...
0
votes
1answer
156 views
Cocoa Sync Services exception
I try to program a Cocoa application with Core Data and the Sync Services framework,
it works quite well, but once I try to start the sync, i get the following exception:
>[NOTE: this exception ...
0
votes
1answer
406 views
Sync Services Client and Schema Xcode Project Structure
I'm starting work on a project that will be primarily acting as a Sync Services client. Ideally, the project will have two components: a custom schema bundle and a preference pane.
As a first step, ...