iOS · Arazzo Workflow
iOS Create an App Store Version
Version 1.0.0
Create a new App Store version, add its primary localization, and attach a build.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-app-store-version
Create an App Store version, add a localization, and attach a build.
Creates an App Store version, adds a localized listing, resolves a build by version, and attaches that build to the version.
1
createVersion
appStoreVersions_createInstance
Create the App Store version for the app and platform.
2
addLocalization
appStoreVersionLocalizations_createInstance
Add the localized listing entry carrying the description and "What's New" text for the new version.
3
findBuild
builds_getCollection
Resolve the build to attach by its build number.
4
attachBuild
appStoreVersions_build_updateToOneRelationship
Attach the resolved build to the version via the build relationship. A 204 indicates the relationship was set.
Source API Descriptions
openapi