libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ instproxy_client_new()

instproxy_error_t instproxy_client_new ( idevice_t  device,
lockdownd_service_descriptor_t  service,
instproxy_client_t client 
)

Connects to the installation_proxy service on the specified device.

Parameters
deviceThe device to connect to
serviceThe service descriptor returned by lockdownd_start_service.
clientPointer that will be set to a newly allocated instproxy_client_t upon successful return.
Returns
INSTPROXY_E_SUCCESS on success, or an INSTPROXY_E_* error value when an error occurred.