Skip to content

Commit 87d333a

Browse files
authored
Rename iTunes Connect to App Store Connect (#118)
* Rename iTunes Connect to App Store Connect * Add iTunes Connect reference to title
1 parent 8265212 commit 87d333a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deploy to iTunes Connect with Deliver
1+
# Deploy to App Store Connect with Deliver (formerly iTunes Connect)
22

33
[![Step changelog](https://shields.io/github/v/release/bitrise-steplib/steps-deploy-to-itunesconnect-deliver?include_prereleases&label=changelog&color=blueviolet)](https://github.com/bitrise-steplib/steps-deploy-to-itunesconnect-deliver/releases)
44

@@ -10,24 +10,24 @@ Upload screenshots, metadata and binaries to [App Store Connect (iTunes Connect)
1010
Upload screenshots, metadata and binaries to [App Store Connect (iTunes Connect)](https://appstoreconnect.apple.com/) and submit your app for App Store review,
1111
using the fantastic [deliver](https://docs.fastlane.tools/actions/deliver/) fastlane action. You can upload iOS, macOS, or Apple TV apps with the Step.
1212

13-
This Step, however, does NOT build your binary: to create an IPA or PKG file, you need the right version of the **Xcode Archive** Step, or any other Step that is capable of building a binary file.
13+
This Step, however, does NOT build your binary: to create an IPA or PKG file, you need the right version of the **Xcode Archive** Step, or any other Step that is capable of building a binary file.
1414

15-
### Configuring the Step
15+
### Configuring the Step
1616

1717
Before you start using this Step, you need to do a couple of things:
1818

1919
* Register an app on the **My Apps** page of App Store Connect. Click on the *plus sign* and select the **New App** option. This requires an **admin** account.
2020
* This Step requires an app signed with App Store Distibution provisioning profile. Make sure that you use the correct code signing files and the correct export method with the Step that builds your binary.
2121
* Every build that you want to push to App Store Connect must have a unique build and version number pair. Increment either or both before a new deploy to App Store Connect.
2222

23-
To deploy your app with the Step:
23+
To deploy your app with the Step:
2424
1. Make sure that either the **IPA path** or the **PKG path** input has a valid value. The default value is perfect for most cases: it points to the output generated by the **Xcode Archive** Step.
2525
1. Set up your connection depending on which authentication method you wish to use:
2626
- Use a previously set up Bitrise Apple Developer connection, set the **Bitrise Apple Developer Connection** to `automatic` (this is the default setting), `api_key` or `apple_id`.
27-
- Provide manual Step inputs: either with Apple ID or with the App Store Connet API key. Set the **Bitrise Apple Developer Connection** to `off`. Use only one of the authentication methods.
27+
- Provide manual Step inputs: either with Apple ID or with the App Store Connet API key. Set the **Bitrise Apple Developer Connection** to `off`. Use only one of the authentication methods.
2828
* For API key: provide your **API Key: URL** (for example, https://URL/TO/AuthKey_something.p8 or file:///PATH/TO/AuthKey_something.p8) and the **API Key: Issuer ID** inputs.
2929
* For Apple ID: *Apple IDs with 2FA are not supported.* Fill out the **Apple ID: Email** and the **Apple ID: Password** inputs.
30-
1. To identify the app, set either the **App Store Connect App ID** or the **App Bundle ID**. Note that while neither is marked as **Required**, one of the two MUST have a valid value.
30+
1. To identify the app, set either the **App Store Connect App ID** or the **App Bundle ID**. Note that while neither is marked as **Required**, one of the two MUST have a valid value.
3131
1. If you want to immediately submit your app for an App Store review, set the **Submit for Review?** input to `yes`. Please note that if you do submit the app for review, the Step will be successful only if the submission is accepted by App Store Connect.
3232

3333
### Troubleshooting
@@ -36,14 +36,14 @@ Make sure your Apple ID credentials are correct. Be aware that if you use two-fa
3636

3737
Always make sure that **Platform** input is set to the correct value.
3838

39-
The Step can also fail if the **Xcode Archive** Step - or any other Step that builds your binary - did not generate an IPA or PKG with a `app-store` export method.
39+
The Step can also fail if the **Xcode Archive** Step - or any other Step that builds your binary - did not generate an IPA or PKG with a `app-store` export method.
4040

41-
### Useful links
41+
### Useful links
4242

4343
- [Deploying an app to App Store Connect](https://devcenter.bitrise.io/deploy/ios-deploy/deploying-an-ios-app-to-itunes-connect/)
4444
- [iOS deployment](https://devcenter.bitrise.io/deploy/ios-deploy/ios-deploy-index/)
4545

46-
### Related Steps
46+
### Related Steps
4747

4848
- [Deploy to Google Play](https://www.bitrise.io/integrations/steps/google-play-deploy)
4949
- [Xcode Archive & Export for iOS](https://www.bitrise.io/integrations/steps/xcode-archive)

step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Deploy to iTunes Connect with Deliver
1+
title: Deploy to App Store Connect with Deliver (formerly iTunes Connect)
22
summary: Upload screenshots, metadata and binaries to [App Store Connect (iTunes Connect)](https://appstoreconnect.apple.com/) and submit your app for App Store review.
33
description: |-
44
Upload screenshots, metadata and binaries to [App Store Connect (iTunes Connect)](https://appstoreconnect.apple.com/) and submit your app for App Store review,

0 commit comments

Comments
 (0)