Skip to content

Is there a way to have app_store_connect submit builds ONLY to internal beta groups? #2536

Closed Answered by helinanever
VIadislavJevremovic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @VIadislavJevremovic , this change has been now implemented in the latest version of CLI tools. In Codemagic, you can now skip submitting to TestFlight and publish to beta groups directly if you set up a workflow like this one:

workflows:
  workflow:
    ...
    publishing:
      app_store_connect:
        auth: integration
        beta_groups:
          - InternalGroup

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
9 replies
@dtrdic
Comment options

@VIadislavJevremovic
Comment options

@VIadislavJevremovic
Comment options

@priitlatt
Comment options

@VIadislavJevremovic
Comment options

Comment options

You must be logged in to vote
2 replies
@VIadislavJevremovic
Comment options

@helinanever
Comment options

Answer selected by helinanever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
publishing_appstore Queries Related to Publishing dt
4 participants