Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not require TestFlight submission when adding build to beta groups #410

Merged
merged 5 commits into from
Jun 28, 2024

Conversation

priitlatt
Copy link
Contributor

@priitlatt priitlatt commented Jun 27, 2024

Addresses #409

Action app-store-connect publish requires that build needs to be submitted to TestFlight in order to add the build to beta groups. This is not necessary and actually builds can be assigned to beta groups regardless of their TestFlight submission status.

This PR removes that arbitrary limitation and makes it possible to add published build to beta groups without TestFlight submission.

Examples

  • Publish ipa and just add it to beta groups:
app-store-connect publish --path app.ipa --beta-group "Group 1" "Group 2"
  • Publish ipa and just submit it to TestFlight:
app-store-connect publish --path app.ipa --testflight --whats-new "..."
  • Publish ipa and both add it to beta groups and submit it to TestFlight:
app-store-connect publish \
    --path app.ipa \
    --beta-group "Group 1" "Group 2" \
    --testflight --whats-new "..."

Updated actions

  • app-store-connect publish

@priitlatt priitlatt marked this pull request as ready for review June 27, 2024 10:17
CHANGELOG.md Outdated Show resolved Hide resolved
@priitlatt priitlatt merged commit a8dfd6e into master Jun 28, 2024
11 checks passed
@priitlatt priitlatt deleted the feature/beta-groups-without-testflight-submission branch June 28, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants