Connection Settings for an application can be provisioned using the Afaria client that is installed on the mobile device.
Syntax
- (NSInteger) setConnectionProfileFromAfaria: (NSURL *) url
appUrlScheme: (NSString *) urlScheme
Parameters
- url – URL generated by Afaria and is specific to the URL scheme.
- urlScheme – URL scheme of the application. This is used by the Afaria library to communicate with the Afaria client.
Examples
- Provisioning Connection Settings from Afaria –