Skip to content

Add reference to App Store Connect #2198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/deployment/app-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 deletions versioned_docs/version-v5/deployment/app-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

Expand Down
7 changes: 3 additions & 4 deletions versioned_docs/version-v6/deployment/app-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down