Publishing app on appstore involves two websites.
- Apple Developer Website : developer.apple.com and
- AppStore Listing Website : appstoreconnect.apple.com
First login to https://developer.apple.com/account website using your developer account credentials.
Account page has three sections. Appstore connect Section, Certificates, IDs and Profiles section and additional resources section.
Before uploading any app on appstore, we have to first go to Certificates, IDs and profiles section.
Certificates, IDs and Profiles Section
There are one time procedures related to your developer account, which includes creating Developer Certificates, Adding devices to your developer account, Creating Keys.
For every app, we have to add Identifiers and create profiles.
One Time Activities
- Create Developer Certificates
- Add Devices to your account
- Add Keys to your account
Activities for Every App
- Add new app identifier
- Create Profile for App and set it in XCode for that app.