createPasspointProfile
This method triggers the installation of a Passpoint Wi-Fi profile in the device.
/**
* Add or update Passpoint Wi-Fi profile
*
* @param username - authorization user name
* @param password - authorization password
* @param onSuccess - invoked if profile successfully installed
* @param onError - invoked if profile installation fails
*
*/
- (void) createPasspointProfile: (NSString*) username
password: (NSString*) password
onSuccess: (void (^)(void)) onSuccess
onError: (void (^)(NSError *error)) onError;
s
Last modified 1yr ago