|
|
◆ misagent_copy()
Retrieves an array of all installed provisioning profiles.
- Parameters
-
| client | The connected misagent to use. |
| profiles | Pointer to a plist_t that will be set to a PLIST_ARRAY if the function is successful. |
- Returns
- MISAGENT_E_SUCCESS on success, MISAGENT_E_INVALID_ARG when client is invalid, or an MISAGENT_E_* error code otherwise.
- Note
- If no provisioning profiles are installed on the device, this function still returns MISAGENT_E_SUCCESS and profiles will just point to an empty array.
|