Skip to content

Submit an iOS app build for TestFlight review.

License

Notifications You must be signed in to change notification settings

shichen85/submit-for-testflight-review

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Submit for TestFlight Review

This tool is meant to submit builds that are already uploaded to TestFlight for Beta App Reviews. This tool uses the AppStoreConnect API and authenticate through API keys, so it should be compatible with all runners.

Usage

- name: 'Submit review for external beta testing'
  uses: shichen85/submit-for-testflight-review@v1
  with: 
    app-id: '123456789'
    bundle-version-string: '0.0.1'
    group-name: 'beta'  
    issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
    api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
    api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}