Setting Server Details

Set or update the connection properties of the server before or after user registration.

The following code illustrates how to set the server details.
NSError* settingsError = nil;
[userManager setConnectionProfileWithHost:@"relayserver.sybase.com" port:5011 farm:@"sampleApp.FarmMBS" error:&settingsError];