iOS · Arazzo Workflow
iOS Create an Auto-Renewable Subscription
Version 1.0.0
Create a subscription group, add a subscription to it, and localize the subscription.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-subscription
Create a subscription group, add a subscription, and localize it.
Creates a subscription group for an app, adds a subscription to the group, and adds a localized name/description for the subscription.
1
createGroup
subscriptionGroups_createInstance
Create the subscription group that the subscription will belong to.
2
createSubscription
subscriptions_createInstance
Add the subscription to the new group with its product id and renewal period.
3
addLocalization
subscriptionLocalizations_createInstance
Add the localized name and description customers see for the subscription.
Source API Descriptions
openapi