info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
installConfigurationProfile(profileUUID)
Description
Installs an iOS configuration profile on the device.
Parameters - profileUUID : profile to install on the device
info
Command is available for remote iOS devices only
How to get profile UUID:
Login to cloud page.
Go to device → iOS configuration profiles
Here you can get profile uuid to use in this command.
Code example
Java code example Expand source
if(client.installConfigurationProfile("6524E54F-C2EB-4FB9-B211-E5C73306C911")){
// If statement
}