Skip to content

submit-for-testflight-review

Actions
Submit an iOS app build for TestFlight review
v1
Latest
Star (4)

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

submit-for-testflight-review is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Submit an iOS app build for TestFlight review
v1
Latest

submit-for-testflight-review is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.