From c366e72254b04653db744aef08e73c8a474cd399 Mon Sep 17 00:00:00 2001 From: Joost Jansen <87212060+jstjnsn@users.noreply.github.com> Date: Sat, 19 Feb 2022 13:39:20 +0100 Subject: [PATCH 1/2] Add reference to App Store Connect --- versioned_docs/version-v5/deployment/app-store.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-v5/deployment/app-store.md b/versioned_docs/version-v5/deployment/app-store.md index 54472bf27fc..45b895537c1 100644 --- a/versioned_docs/version-v5/deployment/app-store.md +++ b/versioned_docs/version-v5/deployment/app-store.md @@ -52,8 +52,8 @@ With this option selected, select `Archive` from the `Product > Archive` menu. T Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'. There should be a place to select the team followed by some more information on the app and a "Upload" button to click. -If the upload successfully, the app should be listed on [iTunes Connect](https://itunesconnect.apple.com) and listed in 'Activities'. -From there, TestFlight can be enabled for beta testing, or the App can be sent for approval from Apple. +If the upload successfully, 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 the App can be sent to Apple for approval for the App Store. ## Updating an app From 6118baa89b7b737585778811957408ea8dbe42d8 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 11 May 2023 10:40:36 -0400 Subject: [PATCH 2/2] docs(deployment): update app store steps --- docs/deployment/app-store.md | 7 +++---- versioned_docs/version-v5/deployment/app-store.md | 7 +++---- versioned_docs/version-v6/deployment/app-store.md | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/deployment/app-store.md b/docs/deployment/app-store.md index e82e5b4e515..f6b2ffcf1c9 100644 --- a/docs/deployment/app-store.md +++ b/docs/deployment/app-store.md @@ -50,17 +50,16 @@ There are two types of certificates that matter here, Development, and Distribut 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. -## Signing the App in Xcode. +## Signing the App in Xcode 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. 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. Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'. -There should be a place to select the team followed by some more information on the app and a "Upload" button to click. +There should be a place to select the team followed by some more information on the app and an 'Upload' button to click. -If the upload successfully, the app should be listed on [iTunes Connect](https://itunesconnect.apple.com) and listed in 'Activities'. -From there, TestFlight can be enabled for beta testing, or the App can be sent for approval from Apple. +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. ## Updating an app diff --git a/versioned_docs/version-v5/deployment/app-store.md b/versioned_docs/version-v5/deployment/app-store.md index 4aac1dd809e..9319ead3e0d 100644 --- a/versioned_docs/version-v5/deployment/app-store.md +++ b/versioned_docs/version-v5/deployment/app-store.md @@ -43,17 +43,16 @@ There are two types of certificates that matter here, Development, and Distribut 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. -## Signing the App in Xcode. +## Signing the App in Xcode 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. 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. Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'. -There should be a place to select the team followed by some more information on the app and a "Upload" button to click. +There should be a place to select the team followed by some more information on the app and an 'Upload' button to click. -If the upload successfully, 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 the App can be sent to Apple for approval for the App Store. +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. ## Updating an app diff --git a/versioned_docs/version-v6/deployment/app-store.md b/versioned_docs/version-v6/deployment/app-store.md index e82e5b4e515..f6b2ffcf1c9 100644 --- a/versioned_docs/version-v6/deployment/app-store.md +++ b/versioned_docs/version-v6/deployment/app-store.md @@ -50,17 +50,16 @@ There are two types of certificates that matter here, Development, and Distribut 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. -## Signing the App in Xcode. +## Signing the App in Xcode 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. 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. Xcode Organizer displays a list with builds of the current app. Pick the last build and click 'Upload to App Store'. -There should be a place to select the team followed by some more information on the app and a "Upload" button to click. +There should be a place to select the team followed by some more information on the app and an 'Upload' button to click. -If the upload successfully, the app should be listed on [iTunes Connect](https://itunesconnect.apple.com) and listed in 'Activities'. -From there, TestFlight can be enabled for beta testing, or the App can be sent for approval from Apple. +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. ## Updating an app