libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ mobileactivation_create_activation_session_info()

mobileactivation_error_t mobileactivation_create_activation_session_info ( mobileactivation_client_t client,
plist_t * blob )

Retrieves a session blob required for 'drmHandshake' via albert.apple.com.

Parameters
clientThe mobileactivation client
blobPointer to a plist_t variable that will be set to the session blob created by the mobielactivation service. The consumer is responsible for freeing the returned object using plist_free().
Returns
MOBILEACTIVATION_E_SUCCESS on success, or an MOBILEACTIVATION_E_* error code otherwise.