Syncrospector is a debugging tool that you can use to inspect clients, the truth database, and the call history of sync sessions. This article uses the sample application, SimpleStickies, to demonstrate how to use Syncrospector. This article gives you a quick tour of Syncrospector and describes the basic debugging steps.
Building and Running SimpleStickies
Viewing Sync Clients
Build and run the SimpleStickies application to create some sample content for this tutorial.
Open SimpleStickies.xcode, located in the StickiesExample/Examples/SimpleStickies1_TrickleSyncing folder.
Click Build and Go in Xcode to launch the application.
SimpleStickies registers the Stickies schema and the SimpleStickies client. You can examine these changes to the state of the sync engine using Syncrospector.
You can use Syncrospector to see if your client successfully registered with the sync engine.
Launch Syncrospector, located in the StickiesExample/Applications folder.
Select Clients from the left-side pull-down menu to see the registered clients.
You should see SimpleStickies listed as one of the registered clients. Most of the client properties displayed by Syncrospector (described in Table 1)are set in the client description property list.
Last updated: 2007-07-11