Skip to content

iOS Manual Signing

Upload your signing certificate and provisioning profile directly to Oore CI for iOS builds.

What you need

Steps

1. Open the signing configuration

  1. Open your project in the web UI
  2. Go to Pipelines and select the pipeline
  3. Open the Signing tab
  4. Under iOS Signing, select Manual mode

2. Upload the certificate

  1. Click Upload Certificate
  2. Select your .p12 file
  3. Enter the certificate password (the export password from Keychain Access)

3. Upload the provisioning profile

  1. Click Upload Profile
  2. Select your .mobileprovision file

4. Save

Click Save. The certificate and profile are encrypted at rest.

5. Verify

Trigger a build. The runner installs the certificate and profile before executing flutter build ipa. Download the resulting .ipa and verify:

bash
codesign -dv --verbose=4 Payload/Runner.app

When to use manual signing

Manual signing is appropriate when:

  • You manage a small number of certificates and profiles
  • You don't want to grant Oore CI access to App Store Connect
  • You're using enterprise distribution certificates

For automatic certificate and profile management, see API Signing.

API endpoint

PUT /v1/pipelines/{pipeline_id}/ios-signing

See Pipelines API — iOS Signing.

Reference

Self-hosted mobile CI, built for Flutter.