iOS · Arazzo Workflow
iOS Enable a Capability on a Bundle ID
Version 1.0.0
Create a bundle identifier and enable a capability such as Push Notifications or iCloud on it.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
enable-bundle-id-capability
Create a bundle id, enable a capability on it, and read it back.
Creates a bundle identifier, enables the requested capability type on it, and reads the bundle id to confirm.
1
createBundleId
bundleIds_createInstance
Create the bundle identifier the capability will be enabled on.
2
enableCapability
bundleIdCapabilities_createInstance
Enable the requested capability on the new bundle id.
3
getBundleId
bundleIds_getInstance
Read the bundle id back to confirm it exists with the expected identifier.
Source API Descriptions
openapi