How to Get Your Apple App Prefix
The Apple App Prefix—also referred to as the Team ID—is a unique identifier linked to your Apple Developer account. It's used alongside the Bundle Identifier to uniquely define your app within Apple's ecosystem.
Option 1: Using the Apple Developer Portal
- Visit developer.apple.com and log in with your Apple Developer credentials.
- Click on your account name in the top right and select Certificates, Identifiers & Profiles.
- From the sidebar, choose Identifiers.
- Select the App ID you want to inspect.
- You will find the App Prefix (Team ID) listed under the App ID details section.
Option 2: From Xcode
- Open Xcode and your project.
- Click the project name at the top of the Navigator.
- In the center pane, choose your app target.
- Go to the Signing & Capabilities tab.
- Look under the Team dropdown. Your Team ID is the App Prefix.