Registry / other / libideviceactivation

libideviceactivation

JSON →
library1.3.17vcpkgunverified

A library to handle the activation process of iOS devices

vcpkg install libideviceactivation
INSTALL
IMPORT
SIG · LIBIDEVICEACTIVATI
L
libideviceactivation
othercppv1.3.17
harness data pending
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.

Upgrade
Version history
1.3.17latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.