iOS · Arazzo Workflow
iOS Create a TestFlight Beta Group and Assign a Build
Version 1.0.0
Create a TestFlight beta group for an app, find a build by version, and make that build available to the group.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-beta-group-assign-build
Create a beta group, find a build by number, and assign the build to the group.
Creates a beta group for an app, resolves a build by its version, and links that build to the group via the builds relationship.
1
createGroup
betaGroups_createInstance
Create the beta group scoped to the target app.
2
findBuild
builds_getCollection
Find the build of the app that matches the supplied build number, returning at most one result.
3
assignBuild
betaGroups_builds_createToManyRelationship
Link the resolved build to the beta group so the group's testers can install it. A 204 indicates the relationship was created.
Source API Descriptions
openapi