Version: 1.1

Posted: 2009-10-14

Build Requirements: Mac OS X v10.6 or later

Runtime Requirements: Mac OS X v10.6 or later

View Source Code:

Download Sample Code (“SyncServices_StickiesWithCoreData.zip”, 144.1K)



Description

The StickiesWithCoreData example demonstrates how to implement a sync client for an application that leverages the Core Data framework. It also provides an example of a sync schema that is generated from a Core Data managed object model. This application allows the user to add, edit, or delete sticky notes and to sync this data amongst other applications that use the same schema - either locally or across multiple computers via MobileMe.

Document Revision History

Date Notes
2009-10-14Changed default position of a new Sticky. Changed the path of the schema.
2009-07-21SyncServices Example Application - StickiesWithCoreData