Apple App Store Connect
Last updated
The domain of the Apple App Store Connect instance.
Your private key ID from App Store Connect, for example, 2X9R4HXF34.
For Team API Key:
Log in to App Store Connect and navigate to Users and Access. Select the Integrations tab. The Key IDs appear in a column under the Active heading. Hover the cursor next to a key ID to display the Copy Key ID link, then click it to copy the value.
For Individual API Key:
Log in to App Store Connect and go to your User Profile. Scroll down to the Individual API Key section and click Generate API Key. After generating the key, the Key ID will be displayed and can be copied from there.
The private key associated with the API key.
To obtain the private key, go to Users and Access → Keys in the App Store Connect portal and create a new API key. When the key is generated, download the .p8 file and copy the entire contents of the file into this field.
Your issuer ID from the API Keys page in App Store Connect, for example, 57246542-96fe-1a63-e053-0824d011072a.
This value is only required when using Team API Keys. It identifies your App Store Connect organization when generating authentication tokens.
You can find this value in the Apple App Store Connect portal by navigating to: Users and Access → Integrations. The Issuer ID is displayed at the top of the page.
Proxy url. (optional)
Choose this if your connection is going to be over HTTPS (optional, default: True).
The amount of time (in seconds) to wait for API responses. (default: 30)
Attention
Please perform a connection test to ensure there is a valid connection to the Apple App Store Connect host. When the discovery operation is finalized you will be able to see the details on Assets page.
Last updated