apple-private-apis icon indicating copy to clipboard operation
apple-private-apis copied to clipboard

A set of Rust libraries to interact with apple's private APIs and servers.

Results 8 apple-private-apis issues
Sort by recently updated
recently updated
newest added

Closes: #19 I've fixed the build errors, but the test errors aren't passing. Both fixes are provided by VS Code + rust-analyzer. I also added `workflow_dispatch:` to the workflow to...

bug
devops

Probably just a brief description of the endpoints and their usage in a wiki

documentation

![image](https://github.com/SideStore/apple-private-apis/assets/399864/23096d2f-86c8-4369-ac13-0b5779955fc2)

bug
devops

Should create a temporary POC with initial implementation

**Changes in icloud_auth** - Updated dependencies - Completed implementation of `get_app_token` - Added `send_request` method to send and receive plist data in authenticated request with the proper headers - Allows...

help wanted
question

I've attempted to use this library to authenticate an Apple ID but encountered the build error icloud-auth module. So I’ve submitted this pull request with a fix for the issue....