
Apple Developer Team ID
A 10-character string that identifies your Apple Developer team.Sign in to your Apple Developer account
Go to developer.apple.com/account.
App Store Connect Issuer ID
A long UUID that identifies your organization inside App Store Connect. Every API key you create belongs to this issuer.Open App Store Connect
Go to appstoreconnect.apple.com and sign in.
Go to Users and Access → Integrations
Click Users and Access in the top nav, then switch to the Integrations tab.
App Store Connect Key ID and private key
The Key ID and private key come together — you create them at the same time, and Apple only lets you download the private key once.Create a new key
Click the + button to generate a new API key. Give it a name (e.g. “Rey deployment”) and grant it Admin access so it can create and upload builds.
Copy the Key ID
After the key is created, copy the 10-character string from the Key ID column into Rey.
Download the .p8 private key
Click Download API Key to save the
.p8 file. Apple only allows this download once — if you lose it, you’ll need to revoke the key and create a new one.