Tagged Questions
2
votes
1answer
55 views
Sync Schema Versioning
Now that I have registered my sync services schema, how do I update it to my new model version?
2
votes
1answer
235 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 ...
1
vote
1answer
137 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 ...
0
votes
0answers
66 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
50 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
263 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
1answer
164 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
416 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, ...