iOS · Arazzo Workflow
iOS Submit a Build for TestFlight Beta Review
Version 1.0.0
Find a build, add localized "What to Test" notes, and submit it for external beta review.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
submit-build-for-beta-review
Add beta test notes to a build and submit it for external beta review.
Resolves a build by version, creates a beta build localization with test notes, submits the build for beta app review, and reads the beta detail.
1
findBuild
builds_getCollection
Find the build of the app matching the supplied build number.
2
addTestNotes
betaBuildLocalizations_createInstance
Create a localized beta build localization carrying the "What to Test" notes for the resolved build.
3
submitForReview
betaAppReviewSubmissions_createInstance
Submit the build for App Store beta app review so it can be distributed to external testers.
4
checkBetaState
builds_buildBetaDetail_getToOneRelated
Read the build's beta detail to return the current external build state for review tracking.
Source API Descriptions
openapi