iOS · Arazzo Workflow
iOS Create and Submit an In-App Purchase
Version 1.0.0
Create an in-app purchase, add its localized display name, and submit it for review.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-in-app-purchase
Create an in-app purchase, localize it, and submit it for review.
Creates an in-app purchase for an app, adds a localized name/description, and submits the in-app purchase for review.
1
createPurchase
inAppPurchasesV2_createInstance
Create the in-app purchase for the app with its product id and type.
2
addLocalization
inAppPurchaseLocalizations_createInstance
Add the localized name and description shown to customers for the in-app purchase.
3
submitForReview
inAppPurchaseSubmissions_createInstance
Submit the in-app purchase for App Review once metadata is in place.
Source API Descriptions
openapi