Prerequisites
You must have completed the App Store Connect setup before proceeding with this guide.
- Active Apple Developer Program membership
- Access to App Store Connect with Admin or App Manager role
- Your app’s basic information (name, description, category)
Creating a Bundle ID
A Bundle ID uniquely identifies your app across Apple’s ecosystem. If you haven’t created one yet, follow these steps:1
Access Certificates, Identifiers & Profiles
- Log in to Apple Developer Portal
- Navigate to Certificates, Identifiers & Profiles
- Select Identifiers from the sidebar
2
Create new App ID
- Click the + button to create a new identifier
- Select App IDs and click Continue
- Choose App as the type and click Continue
3
Configure your Bundle ID
Fill in the required information:
- Description: A human-readable name for your app
- Bundle ID: Use reverse domain notation (e.g.,
com.yourcompany.appname
)
Choose your Bundle ID carefully - it cannot be changed after submission to the App Store.
Use a consistent naming convention like
com.yourcompany.appname
to maintain organization.4
Select capabilities
Choose the capabilities your app requires:
- Push Notifications
- In-App Purchase
- Game Center
- Apple Pay
- And others as needed
Only select capabilities your app actually uses to avoid unnecessary configuration.
5
Register your Bundle ID
- Review your configuration
- Click Continue and then Register
- Your Bundle ID is now ready for use
Creating Your App in App Store Connect
If you haven’t created your app entry in App Store Connect, follow these steps:1
Access App Store Connect
- Log in to App Store Connect
- Click My Apps
- Click the + button and select New App
2
Configure basic app information
Fill in the required fields:
Select iOS for your mobile app
Your app’s name as it will appear on the App Store (max 30 characters)
The primary language for your app’s metadata
Select the Bundle ID you created in the previous section
A unique identifier for your app (not visible to users)
3
Complete app creation
- Review your information
- Click Create
- Your app is now created in App Store Connect
You should see your new app in the My Apps section.
Configuring App Information
Once your app is created, you’ll need to complete several sections:App Information
App Information
- Category: Select the primary and secondary categories
- Content Rights: Specify if your app contains third-party content
- Age Rating: Complete the questionnaire to determine your app’s rating
Consider rating your app 17+ to avoid content-related rejections during App Store review.
Pricing and Availability
Pricing and Availability
- Price: Set your app’s price or mark it as free
- Availability: Choose which countries/regions to distribute in
- App Store Distribution: Configure how your app appears in search results
Verification Checklist
Before proceeding to deployment, ensure you have:- Created a Bundle ID with appropriate capabilities
- Created your app in App Store Connect
- Completed basic app information
- Set pricing and availability
- Configured age rating
These settings can be modified later, but having them configured early streamlines the deployment process.
Next Steps
With your App Store Connect account prepared, you’re ready to:- Deploy your build
- Complete the submission checklist
- Submit for App Store review
Need help?
Join our Discord community for support with App Store Connect configuration.