Provisioning Certificates Using URLScheme with Afaria

Returns the certificate as a base64 encoded string if the URL Scheme is registered with Afaria.

Note: This API is deprecated.

Syntax

- (NSString *) getSignedCertificateFromAfariaForURLScheme: (NSString *) urlScheme
withUsername: (NSString *) username
withPassword: (NSString *) password

Parameters

Returns

Returns a certificate as a base64 encoded string

The application has to implement the standard receiver delegate
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
to handle the URL received from the Afaria client if the Afaria settings are missing.

Examples