Skip to content

Releases: bitrise-steplib/steps-deploy-to-itunesconnect-deliver

2.15.0

22 Mar 14:22
b975f24

Choose a tag to compare

Two-Factor Authentication:
The step now supports two-factor authentication.
It will use the Bitrise.io built-in Apple Dev Portal auth feature to connect your Apple Dev Portal account even if the two-factor authentication is enabled for your Apple developer account.

How to connect your developer account to Bitrise.io:
https://devcenter.bitrise.io/getting-started/signing-up/connecting-apple-dev-account


Note:
"2FA will be required to sign in to your Apple Developer account and certificates, identifiers and profiles starting February 27" - https://gadgets.ndtv.com/apps/news/apple-adds-two-factor-authentication-requirement-for-developer-accounts-1993631

2.14.1

31 Aug 08:56

Choose a tag to compare

2.14.0

07 Jun 15:36

Choose a tag to compare

  • NEW INPUT: Skip App Version Update? thanks to @jync
  • typo fix in step.yml

2.13.2

06 Apr 09:28

Choose a tag to compare

  • Copy the .ipa/.pkg to tmp folder

2.13.1

23 Mar 12:09

Choose a tag to compare

  • NEW INPUT: itms_upload_parameters - Transporter delivery method
  • step definition update

2.13.0

01 Mar 17:36

Choose a tag to compare

  • Fix "ERROR: Could not start delivery: all transports failed diagnostics" (#38), thanks @fwigorcferreira

2.12.0

12 Jan 13:08

Choose a tag to compare

  • NEW INPUT: app_password - make use of application-specific passwords, thanks to @BerniWittmann

2.11.0

30 Oct 14:15

Choose a tag to compare

  • BREAKING CHANGE: submit_for_beta renamed to submit_for_review

2.10.0

16 Oct 15:18

Choose a tag to compare

  • BREAKING CHANGE: update_deliver input removed - Use gemfile_path or fastlane_version to control which fastlane version to use
  • NEW INPUT: gemfile_path - Path to the Gemfile which contains fastlane gem
  • NEW INPUT: fastlane_version - This option lets you specify a specific version of the fastlane gem to be installed
  • managed dependencies with dep

2.9.5

29 Sep 11:25

Choose a tag to compare

  • [668eb4b] add bundle_id, make app_id not required, add description text to specify that one of the two fields is required (#27) - Thanks to @mikestek