SynchronizationProfile

Before synchronizing with Unwired Server, you must configure a client with information for establishing a connection with the Unwired Server where the mobile application has been deployed.

SUPConnectionProfile* cp = [SampleApp_SampleAppDB getSynchronizationProfile];
[cp setDomainName:@"default"];

You can allow clients to compress traffic as they communicate with the Unwired Server by including "compression=zlib" into the sync parameters:

SUPConnectionProfile* cp = [SampleApp_SampleAppDB getSynchronizationProfile];
[cp setNetworkStreamParams = "compression=zlib"];