App Store Deployment with Codemagic
Authentication comprises of following steps:
- Before beginning the process of releasing your app, ensure that it meets Apple’s App Review Guidelines.
- Purchase an Apple Developer membership. Please see this link for more details on the Apple Developer program and how to sign up.
A Bundle Identifier (ID) is a unique number that identifies your app inside of the Apple ecosystem.
To register a Bundle ID for your app, follow these steps:
- Open the Apple Developer homepage and select Certificates, IDs & Profiles and then select Identifiers (far left menu).
- Click on the Add button (+).
- The Register a new identifier page will open. Select App IDs and then select Continue.
- Select App and then click Continue.
- Bundle ID: create the Package Name. Double-check that the Package Name in Teta is the same as the Bundle ID. If these are different, errors will occur.
- Description: Provide a short description of your app (this will appear in the app store).
- Capabilities, scroll down and select the capabilities that are required for your app. For example, if your app uses Apple Sign In – make sure to check the box for Sign In with Apple. If you aren’t sure what something is, hover over the information icon to the right of the capability.
- When you are done, select Register.

Please follow these steps to add a new app to App Store Connect:
- Click on the Add button (+) and then select New App.