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.
- Platform: for mobile apps this will be iOS.
- Name: Enter a Name for your app (this is the name that will show in the App Store).
- Primary Language for your app.
- Bundle ID: Select the Bundle ID you created in the previous step.
- SKU: Enter a unique identifier. You can also add your Bundle ID here, as long as it is unique.
- User Access: Set the user access. If you select Limited Access, you will need to select the users that you would like to be able to access this app. This will only appear if you have other users included in your App Store Connect account.
- When you are done, select Create.
You will then be navigated to the main dashboard for your app.

Please follow these steps to generate your API Key:
- Click on the Generate API Key. Otherwise, select the Add button (+).
- A popup will appear. Enter your API Key Information:
- Name: Enter a name for the key. This is a reference and is not part of the key itself.
- When you are done, select Generate.
- Find the row for the API Key you just generated and select Copy Key ID.
- Return to Teta and navigate to Settings -> App Store.
- Paste the Key ID into the box labeled Key ID.
- Locate the Issuer ID and select Copy.
- Return to Teta and navigate to Settings -> App Store.
- Paste the Issuer ID into the box labeled Apple Store Connect Issuer ID.

- Find the row for the API Key you just generated and select Download API Key. A popup will appear, select Download.
- Locate the Private Key and Copy the text into the file.
- Return to Teta and navigate to Settings -> App Store.
- Paste the Private Key into the box labeled Apple Store Connect Private Key.
You can deploy directly from Teta.
Please follow these steps to deploy:
- Select the last icon and a popup will appear.
- Select Send and a loading pop-up will appear.
Please note: It can take a few minutes for this request to process.
- Once this step is complete, your popup will change to Build success.

- From App Store Connect, select My Apps, and then select your app.
- Enter your Version Information. This page contains additional information on what is required, localized and, editable.
- When you are done, select Submit For Review.
- Your app will now be reviewed by Apple. For additional information on Apple’s review guidelines, please see this link.