Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

Next Page > Hide TOC

Introduction to Sync Services Tutorial

Contents:

Who Should Read This Document?
Organization of This Document
See Also


Important: This is a preliminary document about using Syncrospector, a tool that is in development. Although this document has been reviewed for technical accuracy, it is not final. Apple Computer is supplying this information to help you plan for the adoption of the technologies and programming interfaces described herein. This information is subject to change. Newer versions of this document may be provided with future releases. For information about updates to this and other developer documentation, view the New & Updated sidebars in subsequent releases of the Reference Library.

Syncrospector is a development tool used to help debug your Sync Services applications. Sync Services is a framework containing all the components you need to sync your applications and devices. By using Sync Services, user data can be synced with other applications and devices on the same computer, or other computers over the network via .Mac.

For many reasons, designing, implementing, and debugging your syncing application can be challenging—for example, multiple applications may join a sync session, your application may crash, your local data file may be missing when your application launches, and you might want to trickle sync. This tutorial focuses on the responsibilities of the application and introduces an invaluable debugging tool.

This tutorial uses two example applications, SimpleStickies and FancyStickies, to show you how to debug your applications and implement additional features. The sample code, called StickiesExample, is available on the ADC Reference Library in:

Who Should Read This Document?

You should read this document if you are developing an application that uses Sync Services. This document contains information on developer tools and techniques for debugging your Sync Services application.

Organization of This Document

The following articles cover several aspects of developing a Sync Services application:

See Also

For a complete description of the Sync Services API, read:

If you are using or extending an Apple Applications schema, such as contacts, bookmarks or calendars, read:

The /Developer/Examples/Sync Services folder contains more in-depth sample code.



Next Page > Hide TOC


Last updated: 2007-07-11




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice