Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
libideviceactivation.h
✓ #include <libideviceactivation.h>
Create an activation client
#include "libideviceactivation.h"
#include <stdio.h>
int main() {
ideviceactivation_client_t client = NULL;
ideviceactivation_error_t err = ideviceactivation_client_new(&client);
if (err == IDEVICEACTIVATION_E_SUCCESS) {
printf("Client created successfully\n");
ideviceactivation_client_free(client);
}
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.