In some cases, organizers may prefer to manage their own app signing process. This guide explains how to generate the required distribution certificate and provisioning profile directly from your Apple Developer account so our team can build and publish your iOS branded app securely, without requiring full account access.
π§΅ How to manually add existing certificates to the Fastlane match article by Sarunw is a nice read to follow along this doc.
Obtain Certificate & Profile
In order to sign the app we will need 3 files:
Certificate.cerCertificatePrivateKey.p12+ PasswordProfile.mobileprovision
Certificate
Client needs to:
Generate an
Apple DistributioncertificateNot an
iPhone Distributioncertificate
Download it
Save to Keychain
Export Certificate item from Keychain with the .cer file format
Export
Certificate Private Keyitem from Keychain with the.p12file formatShare the
Certificate,Certificate Private Key& thePassword of the Certificate Private Key
Provisioning Profile
Client needs to:
Generate a
Provisioning Profilewith the following set of capabilities:Associated domains
Data protection - Complete
Push notifications
Download it
Share it with us