As of February 2021, Apple started enforcing additional authentication for all users when signing in to App Store Connect by making two-factor authentication a requirement (see: https://support.apple.com/en-gb/HT204915). This extra layer of security for your Apple ID helps ensure that you’re the only person who can access your account.


This means that for us to be able to publish apps to your Apple Developer Account on your behalf we can no longer use your username and password for your Apple Developer Account, but instead, we have to use the official App Store Connect API which does not have the same two-factor authentication requirements.


The App Store Connect API allows you to automate the tasks you perform on the Apple Developer website and in App Store Connect (see: https://developer.apple.com/documentation/appstoreconnectapi).


We have integrated with the API already, however, we require a few things from you to authorize us to communicate with the API on your behalf. Kindly follow the following steps to grant us access:

  • Generate an API Key
  • Upload your Key Information to our Platform

Generate an API Key


To generate keys, you must have an Admin account in App Store Connect.


To generate an API key to use with the App Store Connect API, log in to App Store Connect

  1. Select Users and Access, and then select the API Keys tab.

  2. If are prompted to request access, click on the Request Access button and accept the license agreement, else skip to step 3 below.

  3. Click Generate API Key or the Add (+) button.

  4. Enter a name for the key. The name is for your reference only and is not part of the key itself.

  5. Under Access, select the "Admin" role for the key.

  6. Click Generate.


The new key's name, Key IDIssuer IDa Download API Key link, and other information appears on the page:


Upload your Key Information to our Platform


Once you've generated your API key, you are given the opportunity to download the private half of the key. The private key is available for download a single time.

  1. Click the "Download API Key" link next to your new API key.  
    Note: the download link appears only if the private key has not yet been downloaded. This is because Apple does not keep a copy of your private key.

  2. Log in to our web platform.

  3. Navigate to the "Branding Center" under "Platform & Billing"

  4. For your iOS app, submit your Issuer IDKey ID and downloaded API key file (.p8 file) under the "API Details" section (Platform&Billing>Branding Center) and click Save.



Note: Please keep your API key secure and private. Do not share your API key with anybody other than us.