Skip to content

White labeling #2752

Closed Answered by dtrdic
zs-dima asked this question in Q&A
Sep 24, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@zs-dima you won't be able to use the App Store Connect integration in this case. You'll need to take a different approach by manually defining the App Store Connect API key information (e.g., APP_STORE_CONNECT_KEY_IDENTIFIER, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_PRIVATE_KEY) as environment variables and adding them to Codemagic.

So remove this part

integrations:
   app_store_connect: app_appstore_api_key
 environment:
   ios_signing:
     certificates:
       - app_apple_signing_certificate

Add the required environment variables to Codemagic: You can set them in the Codemagic UI as shown below:

And reference the variables through the group name in your codemagic.yaml

    envi…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dtrdic
Comment options

Answer selected by zs-dima
@zs-dima
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants