How to Find Your iOS Bundle ID in App Store Connect
Locate your app’s Bundle ID in App Store Connect to manage updates and integrations. This identifier is required for services like push notifications, Firebase, and app builds.
How to Find Your iOS Bundle ID in App Store Connect
Overview
The iOS Bundle ID is a unique identifier assigned to your app within Apple’s ecosystem. It is used to distinguish your app from others and is required for publishing, updating, and integrating third-party services. This is for developers managing apps in App Store Connect.
How to Find Your iOS Bundle ID in App Store Connect
- Sign in to App Store Connect
- Go to https://appstoreconnect.apple.com/ and log in with your Apple Developer account
- Open My Apps
- From the dashboard, click My Apps
- Select your app
- Click the app you want to view
- Go to App Information
- In the left sidebar, click App Information
- Find the Bundle ID
- Scroll to the General Information section
- Locate the Bundle ID field
- It typically follows this format:
- com.yourcompany.yourapp
Pro tips
- The Bundle ID must match the one configured in your Xcode project
- The Bundle ID cannot be changed after the app is created
- Always use the exact Bundle ID when configuring services like Firebase or signing builds