app store connect
This repository is an AppStoreConnect api client, allow your invoke api in Rust. The full api docs in here.
Easily to use
-
First. You need request
Issuer ID,KeyIdandKeyin the website : https://appstoreconnect.apple.com/access/api. -
Adding appstoreconnect
Run this command in your terminal to add the latest version of
appstoreconnect.$ cargo add appstoreconnect -
build and use the client
iss=>Issuer ID/kid=>KeyId/ec_der=> key.p8 base64 contentasync -
More example : Create or list profile, certs, bundleIds please visit test.rs
features
- App Store
- Apps
- List Apps
- Modify an App
- Builds
- Apps
- Bundle IDs
- List Bundle IDs
- Bundle ID Capabilities
- Certificates
- List and Download Certificates
- Create a Certificate
- Revoke a Certificate
- Devices
- Register a New Device
- List Devices
- Profiles
- Create a Profile
- List and Download Profiles
- Delete a Profile
- Users
- User Invitations
- Sandbox Testers