App Store Connect
Pull versions, ratings, and reviews using an App Store Connect API key.
The App Store Connect connector pulls release versions, build numbers, store ratings, and reviews. It uses the App Store Connect REST API with a private key, so no Apple ID password is involved.
What you need
- Issuer ID — a UUID for your team.
- Key ID — a 10-character identifier for the key.
- Private key — a
.p8file generated by Apple.
Generate the key
- Sign in to App Store Connect → Users and Access → Integrations.
- Click Generate API Key. Give it a name like Capreolus.
- Set access to Developer. Admin works too but is not required.
- Copy the Issuer ID and Key ID from the page header. Download the
.p8file — Apple only shows it once.
Connect in Capreolus
- Open Settings → Integrations and click App Store Connect.
- Paste the Issuer ID, Key ID, and the contents of the
.p8file. - Pick which apps in your account map to which Capreolus projects.
What we pull
- App versions and release status.
- Build numbers and processing state.
- Star ratings per territory.
- Customer reviews — synced every 30 minutes.
- App Store metadata (privacy labels, age rating).
We never ask for in-app purchase credentials here. Subscription data comes from RevenueCat or directly from the App Store Server Notifications. See the RevenueCat guide.