iOS App: Setup App Store Connect and Certificates, IDs & Profiles

Problem

To build and distribute an iOS app via TestFlight, the application must be configured in App Store Connect and the certificates, bundle IDs and profiles must be provisioned.

Goal

We prepare the iOS application to be built via CI/CD and distributed via TestFlight.

ACs

  • We have an App Name ( Meine Verwaltung Digital), a Bundle ID (dev.fitko.neo), an SKU (same as Bundle ID), a primary language (German), store categories (Utilities, Productivity)
  • We have a distribution certificate
  • We have a APNS keys configured for sandbox and production
  • The developer team and code signing entity is configured in the repository (see MR#10)

Who needs to be involved / informed

  • reviewers:
  • involved: @mgcm , @holz
  • informed: Dev / Ops
Edited by Milton Moura (Nordeck)