Creating an unsigned iOS certificate set
Create an unsigned iOS certificate set to generate a mobile app bundle as an unsigned
xcarchive
file. You generate an unsigned bundle to sign it locally with
Xcode on a macOS computer when your company policies do not allow you to upload mobile
certificates and provisioning profiles to third-party tools.
- In the navigation pane of App Studio, click .
- On the Mobile certificates page, click Add certificate set.
- On the Adding new certificate set page, expand the Advanced section, and then select the Enable a simplified certificate set (unsigned application) checkbox.
- In the App ID (Bundle ID) field, enter a unique bundle identifier for the iOS app.
- Optional: To enable push notifications for your app, on the Adding new certificate
set page, choose a push notification certificate to use in the certificate
set:
Choices Actions Use an existing push notification certificate In the Push notification certificate list, select an already uploaded certificate. Upload a new push notification certificate - Next to the Push notification certificate list, click New.
- In the Upload new certificate file modal dialog box,
click Choose file, and then upload the
.p12
file with the push notification certificate. - In the Certificate name field, enter a name for the
signing certificate.The name must not include underscore ( _ ), hyphen ( - ), or period ( . ) characters.
- In the Encryption password field, enter the encryption password for the certificate.
- Click OK.
- Click Save.
Previous topic Creating an iOS certificate set Next topic Signing iOS apps locally