iOS · Arazzo Workflow
iOS Notify TestFlight Testers of a New Build
Version 1.0.0
Find a build, push a TestFlight notification to its testers, and confirm the build's beta state.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
notify-testers-new-build
Resolve a build, send a beta notification, and read its beta state.
Finds a build by version, sends a TestFlight beta notification to its testers, and reads the build beta detail to confirm state.
1
findBuild
builds_getCollection
Find the build of the app matching the supplied build number.
2
sendNotification
buildBetaNotifications_createInstance
Trigger a TestFlight beta notification prompting the build's testers to install the update.
3
confirmState
builds_buildBetaDetail_getToOneRelated
Read the build's beta detail to confirm the internal build state and whether auto-notification is enabled.
Source API Descriptions
openapi