You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you try to deploy to iTunes Connect / TestFlight then you might want to upload the first
10
-
build manually to make sure it fulfills the initial iTunes Connect / TestFlight submission
11
-
verification process.
12
-
13
-
**Be advised** that this
14
-
step uses a well maintained, open source tool which
15
-
uses *undocumented and unsupported APIs* (because the current
16
-
iTunes Connect / TestFlight platform does not have a documented and supported API)
17
-
to perform the deployment.
18
-
This means that when the API changes
19
-
**this step might fail until the tool is updated**.
20
-
21
-
## Setup guide and notes
22
-
23
-
* Register an app on iTunes Connect / TestFlight, on the **My Apps** page. Click on the *plus sign* and select the **New App** option. This requires an **admin** account.
24
-
* Requires an **App Store iOS distibution Provisioning Profile**
25
-
* Every build which you want to push to iTunes Connect / TestFlight have to have a **unique build and version number** pair (*increment either or both before a new deploy to iTunes Connect*)
4
+
Upload screenshots, metadata and binaries to [iTunes Connect](https://itunesconnect.apple.com/) and submit your app for App Store review,
5
+
using the fantastic [deliver](https://docs.fastlane.tools/actions/deliver/) fastlane action.
6
+
7
+
Setup guide and notes:
8
+
9
+
* Register an app on iTunes Connect, on the **My Apps** page. Click on the *plus sign* and select the **New App** option. This requires an **admin** account.
10
+
* Requires an app signed with **App Store iOS distibution Provisioning Profile**.
11
+
* Every build which you want to push to iTunes Connect have to have a **unique build and version number** pair (*increment either or both before a new deploy to iTunes Connect*).
summary: "Configure the protocol used to upload binaries"
175
+
category: Debug
176
+
title: "Transporter delivery method"
222
177
description: |-
223
-
deliver uses the iTunes Transporter to upload metadata and binaries. This variable allows you to change the protocol variables used to upload the files.
178
+
`deliver` uses the iTunes Transporter to upload metadata and binaries.
179
+
In case you are behind a firewall, you can specify a different transporter protocol using this input.
224
180
225
-
outputs: []
181
+
Read more on Apple [Transporter User Guide](https://help.apple.com/itc/transporteruserguide/#/apdATD1E1288-D1E1A1303-D1E1288A1126).
0 commit comments