Setting Connection Profile

Set the server details.

Syntax

-(void) setConnectionProfile: (NSString *) supServerHost
withSupPort: (NSInteger) supPort
withServerFarmID: (NSString *) serverFarmID

Parameters

  • supServerHost – Corresponds to the IP Address used to identify the SUP Server.
  • supPort – Corresponds to the SUP port.
  • serverFarmID – Corresponds to the server farm ID.

Examples

  • Set the connection profile
    [userManager setConnectionProfile: @"10.53.222.37" withSupPort:5001 withServerFarmID:@"0"];