|
◆ instproxy_restore()
Restore a previously archived application on the device.
This function is the counterpart to instproxy_archive. - See also
- instproxy_archive
- Parameters
-
client | The connected installation proxy client |
appid | ApplicationIdentifier of the app to restore. |
client_options | The client options to use, as PLIST_DICT, or NULL. Valid options include: "ArchiveType" -> "DocumentsOnly" |
status_cb | Callback function for progress and status information. If NULL is passed, this function will run synchronously. |
user_data | Callback data passed to status_cb. |
- Returns
- INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if an error occurred.
- Note
- If a callback function is given (async mode), this function returns INSTPROXY_E_SUCCESS immediately if the status updater thread has been created successfully; any error occuring during the command has to be handled inside the specified callback function.
|