libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ sbservices_client_new()

sbservices_error_t sbservices_client_new ( idevice_t  device,
lockdownd_service_descriptor_t  service,
sbservices_client_t client 
)

Connects to the springboardservices service on the specified device.

Parameters
deviceThe device to connect to.
serviceThe service descriptor returned by lockdownd_start_service.
clientPointer that will point to a newly allocated sbservices_client_t upon successful return.
Returns
SBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when client is NULL, or an SBSERVICES_E_* error code otherwise.