Exporting an unsigned iOS app

After you build a Pega Platform application, you can export a custom mobile app in a form of an unsigned xarchive.zip file. This way, you can sign your custom mobile app locally in a development environment of your choice. When you sign your custom mobile app locally, you do not upload a signing certificate to Pega Platform, and therefore do not violate your company's security policies.

Before you can build, run, or distribute a mobile app for the iOS platform, you must generate several certificates in the Apple Developer Portal:
  • Mobile provisioning certificate
  • Distribution certificate
  • Optional: a widget provisioning certificate
  • Optional: Apple Push Notification service (APNs) certificate
For more information about generating certificates, see the Generating mobile certificates for the iOS platform PDN article.
  1. Navigate to the Build tab of the mobile channel interface.
  2. In the Configuration section, click Custom to build a custom mobile app.
  3. In the Platforms section, select the iOS switch.
  4. In the Certificate Set section, set up a certificate set for the app:
    • If an unsigned certificate set does not exist, create an unsigned certificate set.
    • If an unsigned certificate set already exists, select an existing unsigned certificate set. You might have to click Modify build to display the list.
  5. Optional: Specify versioning and debugging options by expanding the Advanced section within the Android section:
  6. Optional: Set up password enforcement and an alternative server URL by expanding the Advanced section below the App branding section:
  7. Click Build now.
The files are sent to the build server and used to build the iOS app. After the app is built, you can download the xarchive.zip file and sign it locally in a development environment of your choice.