Tagged Questions

2
votes
1answer
52 views

Sync Schema Versioning

Now that I have registered my sync services schema, how do I update it to my new model version?
1
vote
1answer
126 views

Identity Property in Sync Services

can someone help me understand the identity property on an entity attribute? Im thinking of the identity property as a table "key" as in a Relational Database, but I'm guessing this is not it. Im ...
1
vote
1answer
227 views

How to invoke ical sync service?

I have an application that syncs with iCal through the Calendar Store framework. I've noticed that I need to open iCal for the sync service to start and transfer events and tasks added with my ...
0
votes
0answers
58 views

How to set the sync identity property programmatically

Im having some trouble with xcode4. The sync identity property of an entity's attribute is not getting persisting when saving my project. I've already filed a bug report. Is there a way that I can do ...
0
votes
0answers
46 views

Cocoa sync service issue when syncing Mail notes

Currently I have a note app. I need the app to sync with Mail notes (stored in Mail.app). However, with a Gmail account setup as IMAP, Mail.app always archives messages I delete into the Gmail>All ...
0
votes
1answer
244 views

How do I access notes in mail.app in mac os x?

What I want to do here is sync notes in my app with notes in mail.app? How can I access them? With the sync service? Any samples there?
0
votes
0answers
304 views

How to access the Mac Address Book Contacts of Exchange Account?

How can we access the contacts of Mac Address Book and the account is Exchange account. I have successfully configured Exchange Account in Address Book. All contacts are shown under the Exchange ...
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, ...