FunnelHound / Guides / Issuer ID

How to find your Issuer ID in App Store Connect

Short version: App Store Connect → Users and Access → Integrations → App Store Connect API. The Issuer ID sits at the top of that page with a copy button — one UUID for your whole team, shared by every API key, and it never changes. Everything below is the map for when that path doesn't behave.

The exact click-path

It's a UUID that looks like 57246542-96fe-1a63-e053-0824d011072a. If yours looks like that, you have the right string. If it looks like a 10-character code, you've copied a Key ID — different thing, keep reading.

What the Issuer ID actually is

Every request to the App Store Connect API is authenticated with a signed token (JWT), and that token has to say who's asking. The Issuer ID is the "who": it identifies your team as the token's issuer. That's why it's identical for every key your team creates and why it never rotates — keys come and go, the team stays. It's an identifier, not a secret, but the polite habit is to treat the trio (Issuer ID, Key ID, .p8 file) as one credential bundle and keep it out of screenshots.

Issuer ID vs Key ID vs Vendor Number

Three IDs, three jobs, endlessly confused with each other:

Most tools ask for all three plus the .p8 file. The full key-generation walkthrough — roles, the one-time .p8 download, where each ID lives — is in our App Store Connect API key setup guide.

Issuer ID not showing? Check these

Where you'll paste it

Fastlane's app_store_connect_api_key, CI pipelines, RevenueCat, analytics tools — and FunnelHound, where the Issuer ID + Key ID + .p8 combo is the 60-second setup that pulls your funnel out of App Store Connect and onto your iPhone. The key lives on your device, talks only to Apple, and the dashboard-archaeology part of your morning retires.

Got the ID? Put it to work

Paste your Issuer ID into FunnelHound and get impressions, tap-through, installs and deletions on your iPhone — straight from Apple's API, no middleman server.

Get FunnelHound

Share this on X

Data notes: click-path and role requirements verified against App Store Connect as of 2026. Apple reshuffles this UI periodically — if "Integrations" has moved again, the search box in Users and Access still finds it. The example UUID is Apple's own documentation sample, not a real team.