Installs the given provisioning profile.
Only works with valid profiles.
- Parameters
-
client | The connected misagent to use for installation |
profile | The valid provisioning profile to install. This has to be passed as a PLIST_DATA, otherwise the function will fail. |
- Returns
- MISAGENT_E_SUCCESS on success, MISAGENT_E_INVALID_ARG when client is invalid, or an MISAGENT_E_* error code otherwise.