Skip to content

Commit 0e98782

Browse files
jstjnsnbrandyscarney
authored andcommitted
docs(app-store): add reference to App Store Connect (#2198)
Co-authored-by: Brandy Carney <[email protected]>
1 parent 8af4759 commit 0e98782

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

docs/deployment/app-store.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@ There are two types of certificates that matter here, Development, and Distribut
5050

5151
Distribution certs are meant for distributing an app to the store. When an app is signed with a Distribution cert, it can be installed on any device.
5252

53-
## Signing the App in Xcode.
53+
## Signing the App in Xcode
5454

5555
After generating the correct certificates, there are options to either have Xcode automatically manage certificates or manually manage them. It's suggested to let Xcode automatically manage certificates. This will make sure that the correct Development and Distribution certs are used, based on the build type selected.
5656

5757
With this option selected, select `Archive` from the `Product > Archive` menu. This will build a version of the app that is ready for distribution in the app stores. After archive has been created, Xcode Organizer is opened.
5858

5959
Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'.
60-
There should be a place to select the team followed by some more information on the app and a "Upload" button to click.
60+
There should be a place to select the team followed by some more information on the app and an 'Upload' button to click.
6161

62-
If the upload successfully, the app should be listed on [iTunes Connect](https://itunesconnect.apple.com) and listed in 'Activities'.
63-
From there, TestFlight can be enabled for beta testing, or the App can be sent for approval from Apple.
62+
If the upload is successful the app should be listed under 'Activities' on [iTunes Connect](https://itunesconnect.apple.com) or listed under 'Apps' on [App Store Connect](https://appstoreconnect.apple.com/). From there, the app can be published to TestFlight, or it can be sent to Apple for approval for the App Store.
6463

6564
## Updating an app
6665

versioned_docs/version-v5/deployment/app-store.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,16 @@ There are two types of certificates that matter here, Development, and Distribut
4343

4444
Distribution certs are meant for distributing an app to the store. When an app is signed with a Distribution cert, it can be installed on any device.
4545

46-
## Signing the App in Xcode.
46+
## Signing the App in Xcode
4747

4848
After generating the correct certificates, there are options to either have Xcode automatically manage certificates or manually manage them. It's suggested to let Xcode automatically manage certificates. This will make sure that the correct Development and Distribution certs are used, based on the build type selected.
4949

5050
With this option selected, select `Archive` from the `Product > Archive` menu. This will build a version of the app that is ready for distribution in the app stores. After archive has been created, Xcode Organizer is opened.
5151

5252
Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'.
53-
There should be a place to select the team followed by some more information on the app and a "Upload" button to click.
53+
There should be a place to select the team followed by some more information on the app and an 'Upload' button to click.
5454

55-
If the upload successfully, the app should be listed on [iTunes Connect](https://itunesconnect.apple.com) and listed in 'Activities'.
56-
From there, TestFlight can be enabled for beta testing, or the App can be sent for approval from Apple.
55+
If the upload is successful the app should be listed under 'Activities' on [iTunes Connect](https://itunesconnect.apple.com) or listed under 'Apps' on [App Store Connect](https://appstoreconnect.apple.com/). From there, the app can be published to TestFlight, or it can be sent to Apple for approval for the App Store.
5756

5857
## Updating an app
5958

versioned_docs/version-v6/deployment/app-store.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@ There are two types of certificates that matter here, Development, and Distribut
5050

5151
Distribution certs are meant for distributing an app to the store. When an app is signed with a Distribution cert, it can be installed on any device.
5252

53-
## Signing the App in Xcode.
53+
## Signing the App in Xcode
5454

5555
After generating the correct certificates, there are options to either have Xcode automatically manage certificates or manually manage them. It's suggested to let Xcode automatically manage certificates. This will make sure that the correct Development and Distribution certs are used, based on the build type selected.
5656

5757
With this option selected, select `Archive` from the `Product > Archive` menu. This will build a version of the app that is ready for distribution in the app stores. After archive has been created, Xcode Organizer is opened.
5858

5959
Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'.
60-
There should be a place to select the team followed by some more information on the app and a "Upload" button to click.
60+
There should be a place to select the team followed by some more information on the app and an 'Upload' button to click.
6161

62-
If the upload successfully, the app should be listed on [iTunes Connect](https://itunesconnect.apple.com) and listed in 'Activities'.
63-
From there, TestFlight can be enabled for beta testing, or the App can be sent for approval from Apple.
62+
If the upload is successful the app should be listed under 'Activities' on [iTunes Connect](https://itunesconnect.apple.com) or listed under 'Apps' on [App Store Connect](https://appstoreconnect.apple.com/). From there, the app can be published to TestFlight, or it can be sent to Apple for approval for the App Store.
6463

6564
## Updating an app
6665

0 commit comments

Comments
 (0)