appstoreconnect-cli
appstoreconnect-cli copied to clipboard
An easy to use command-line tool for interacting with the Apple AppStore Connect API
Hello, Iām currently working on a white-label app that I want to deploy through a CI/CD. Each version of my white-label app would have a different Firebase project for using...
Prior to this PR the project used `AppStoreConnect_Swift_SDK` for all API interactions. This PR refactors the project to use `Bagbutik` instead. `Bagbutik` supports Linux and provides a better (async/await) based...
# š£ Context Recently (possibly in iOS 15), Apple made development and ad-hoc provisioned applications require internet service to verify the profile and certificate of the application. This isn't always...
Implement Sync TestFlight Configuration Command for syncing local and server TestFlight configs. ##### Support: - [x] Create Group - [x] Delete Group - [x] Modify Group - [x] Add Testers...
# š Environment - OS: macOS - Version/Release: 11.2.3 # š¬ Description Running `asc testflight builds list --filter-bundle-ids ` returns an error: `Error: Specified apps were non found / do...
# ā Problem Statement Hi team , it is possible to obtain the data from installation and uninstallation reports of any APP from api.appstoreconnect.apple.com ? # š¬ Task Description in...
Hey, i'm looking for this feature: [Submit an app for beta review](https://developer.apple.com/documentation/appstoreconnectapi/submit_an_app_for_beta_review) am i missing something or it's not implemented yet?
Adding validation and error handling logic for sync push command # š Summary of Changes Changes proposed in this pull request: - Add `duplicateTesters` error for handling duplicate testers with...
Add API calls for removing testers and group in sync push command # š Summary of Changes Changes proposed in this pull request: - Add dry-run flag to push command...
# š£ Context When outputting with the format `--csv`, `--json`, or `--yaml` # š¬ Narrative As a user I want the command output to be easily parsable by me So...