appstoreconnect-cli icon indicating copy to clipboard operation
appstoreconnect-cli copied to clipboard

An easy to use command-line tool for interacting with the Apple AppStore Connect API

Results 20 appstoreconnect-cli issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

# šŸŒŽ 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...

bug

# ā• 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...

task

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...

enhancement

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...

enhancement

# šŸ—£ 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...

enhancement