libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ instproxy_client_get_path_for_bundle_identifier()

instproxy_error_t instproxy_client_get_path_for_bundle_identifier ( instproxy_client_t  client,
const char *  bundle_id,
char **  path 
)

Queries the device for the path of an application.

Parameters
clientThe connected installation proxy client.
appidApplicationIdentifier of app to retrieve the path for.
pathPointer to store the device path for the application which is set to NULL if it could not be determined.
Returns
INSTPROXY_E_SUCCESS on success, INSTPROXY_E_OP_FAILED if the path could not be determined or an INSTPROXY_E_* error value if an error occurred.