LimitedRound 2 is open. Get your first month free, no extra charge.Join the waitlist ›
iOS, defined

What is App Store Connect?

TL;DR. App Store Connect is Apple web portal where developers manage their apps: creating app records, uploading builds, setting metadata and pricing, running TestFlight, submitting for review, and tracking sales and analytics. It is the control center for everything an app does on the App Store.

App Store Connect is Apple's web portal where developers manage everything about their apps on the App Store. It is where you create an app record, upload builds, write the store listing, set pricing and availability, run TestFlight betas, submit for review, and track sales and analytics after launch.

What App Store Connect does

App Store Connect is the hub that connects your built app to the App Store. Through it you create the app's record and its bundle identifier, then upload builds produced by Xcode or the command-line tools. You fill in the metadata users see: name, description, keywords, screenshots, category, age rating, and pricing. You manage TestFlight to send beta builds to testers. You submit the app for App Store review and respond if it is rejected. Once live, you see downloads, revenue, crash data, and customer reviews, and you can post replies. It also handles in-app purchases, subscriptions, and tax and banking details for paid apps.

App Store Connect and the Developer Program

These are two related parts of Apple's system. The Apple Developer Program is the paid membership that grants the right to distribute on the App Store and provides the certificates and identifiers used for signing. App Store Connect is the portal you use day to day once you have that membership. You need the program to access App Store Connect, and you use App Store Connect to do the actual work of shipping and managing apps.

The App Store Connect API

Much of what App Store Connect does by hand can be automated through its REST API. Using an API key, tools can upload builds, manage TestFlight testers, create app records, and read sales and analytics data without manual sign-in. This is what lets a tool submit and manage apps on your behalf rather than requiring you to click through the portal.

App Store Connect in AppFlight

AppFlight uses App Store Connect, through its API, to create the app record, upload the build, set metadata, and submit for review from inside the app, alongside building native Swift and signing it. It can also read reviews and analytics for its command center. Submitting through App Store Connect still leads into Apple's review, so a submitted app is not the same as an approved one.

FAQ

What is the difference between App Store Connect and the Apple Developer account?

The Apple Developer Program is the membership that grants access and handles certificates and identifiers. App Store Connect is the portal where you manage app records, builds, metadata, TestFlight, and submissions. You need the membership to use it.

Is there an App Store Connect API?

Yes. App Store Connect has a REST API that lets tools automate tasks like uploading builds, managing TestFlight, and reading sales data, using an API key instead of manual sign-in.

Do I have to use App Store Connect to publish an app?

Every App Store app is managed through App Store Connect, but you do not have to operate it by hand. Tools can use the API to create records, upload builds, and submit for you. AppFlight handles these steps as part of submission.

Sources

Build this app without opening Xcode.

AppFlight turns a plain-English prompt into a real native iOS app and ships it to the App Store. Round 2 is open: free for your first month.

Join the waitlist