Skip to content
Discussion options

You must be logged in to vote

Hi @sonamomar0 when publishing to the App Store, you need a way to authenticate with your Apple Developer account. This can be done by using an App Store Connect API key, which consists of the Issuer ID, Key ID, and the .p8 file.

You can provide these credentials either through environment variables or by setting up the App Store Connect integration in Codemagic. Both approaches use the same credentials, it's just a matter of how you reference them in your codemagic.yaml.

Let's use the App Store Connect API key integration because it's cleaner and easier to manage.

  1. Go to Teams > team name > Integrations > Developer Portal > Connect
  2. Add your Issuer ID, Key ID, and upload the .p8 file.
  3. Mak…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants