Registering your iOS app on App Store Connect
App Store Connect is a set of tools that you can use to manage the apps you want to publish into the Apple App Store. These include all apps made for mobile devices, such as iPhone, iPad, and Apple Watch, and larger devices such as Mac and Apple TV.
Before using the App Store Connect service, you need to enroll in the Apple Developer Program. See https://developer.apple.com/programs/ for more information.
In this recipe, you will complete the first steps required to publish your app to the App Store.
Getting ready
Before publishing an app to the App Store, you should have an Apple Developer Program subscription. This is a paid subscription and a prerequisite for this recipe and all the other recipes in this chapter that target iOS.
In order to follow the App Store Connect publication steps, you should have a Mac with Xcode installed.
You should also have an app that’s ready to be published, at...