Obtaining a signing certificate for iOS apps
Create a signing certificate for the iOS certificate set that is required to generate an installation package for your iOS app.
.p12
file that you upload to an iOS
certificate set in Pega Platform.
- Go to https://developer.apple.com, and then sign in to your Apple Developer Portal account.
- On your account dashboard, click Certificates, Identifiers & Profiles.
- On the Certificates, Identifiers & Profiles page, in the category list on the left side of the screen, click Certificates.
- In the Certificates section, add a new certificate by clicking the plus icon.
- In the Create a New Certificate section, choose the
certificate type that you want to use for your app:
- To create a certificate that you want to use for app development, click Apple Development.
- For the Apple Developer Program: To create a certificate to use for app distribution, click iOS Distribution (App Store and Ad Hoc).
- For the Apple Developer Enterprise Program: To create a certificate to use for app distribution, click In-House and Ad Hoc.
- Click Continue.
- Generate a certificate signing request file:
- On your macOS computer, open the Keychain Access application.
- On the menu bar, click .
- In the Certificate Assistant window, enter your email address and a common name for the certificate.
- Choose the request type by clicking Saved to disk.
- Click Continue, and then save the certificate signing request file on your hard drive.
- In the Apple Developer Portal, in the Create a New Certificate section, upload the file that you generate in Keychain Access, and then click Continue.
- In the Download Your Certificate section, click
Download, and then save the
.cer
file with your signing certificate on your hard drive. - Generate a
.p12
file that you can upload to your iOS certificate set:- On your computer, double-click the
.cer
file, and then confirm its addition to Keychain Access. - In Keychain Access, find your certificate file.
- Right-click the certificate, and then click Export "your certificate type and name".
- In the export window, in the File Format list, select the Personal Information Exchange (.p12) format.
- Click Save.
- In the password protection window, protect the file from unauthorized use by encrypting the file with a password, and then click OK.
- Enter your system password, and then click Allow.
- On your computer, double-click the
Previous topic Obtaining an App ID for iOS apps Next topic Obtaining a mobile provisioning profile for iOS apps