Synchronization Profile

The Synchronization Profile contains information for establishing a connection with the Unwired Server's data synchronization channel where the server package has been deployed. The SUPConnectionProfile class manages that information. By default, this information includes the server host, port, domain name, certificate and public key that are pushed by the message channel during the registration process.

Settings are automatically provisioned from the Unwired Server. The values of the settings are inherited from the application connection template used for the registration of the application connection (automatic or manual). You must make use of the connection and security settings that are automatically used by the Object API.

Typically, the application uses the settings as sent from Unwired Server to connect to Unwired Server for synchronization so that the administrator can set those for the application at deployment time based on deployment topology, except for e2ee security and certificate, which is described in Encryption and Trusted Certificates for Data Synchronization. Also refer to Applications and Application Connection Templates topics in System Administration.

SUPConnectionProfile* sp = [SUP101SUP101DB getSynchronizationProfile];
[sp setDomainName:@"default"];
Related tasks
Setting Up the Synchronization Profile