iOS · Arazzo Workflow
iOS Register a Provisioning Profile
Version 1.0.0
Register a test device, create a bundle identifier, and generate a provisioning profile that ties them together.
View Spec
View on GitHub
iOSAppleMobileApp StorePush NotificationsIn-App PurchasesSubscriptionsAuthenticationWalletDeveloper PlatformArazzoWorkflows
Provider
Workflows
register-provisioning-profile
Register a device and bundle id, then create and read a provisioning profile.
Registers a device UDID, creates a bundle identifier, and generates a provisioning profile referencing the device, bundle id, and certificate.
1
registerDevice
devices_createInstance
Register the physical test device by its UDID so it can be included in development and ad-hoc provisioning profiles.
2
createBundleId
bundleIds_createInstance
Create the bundle identifier the profile will be scoped to.
3
createProfile
profiles_createInstance
Create the provisioning profile, linking the new bundle id, the registered device, and the supplied signing certificate.
4
getProfile
profiles_getInstance
Read the profile back to confirm it is active and return its encoded content for download.
Source API Descriptions
openapi