Skip to content

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

2.22.0

30 Aug 07:12
26ad08a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.21.6...2.22.0

2.21.6

25 Oct 08:02
ca90492
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.21.5...2.21.6

2.21.5

24 Oct 12:22
f7a6d87
Compare
Choose a tag to compare

What's Changed

Fix for issue: Transporter transfer failed. / Exception occurred: issuerId is required. (#125)

2.21.4

03 Dec 11:19
87d333a
Compare
Choose a tag to compare

Step description updates

2.21.3

06 Aug 15:55
392d56e
Compare
Choose a tag to compare

Added retry for the fetching of Apple Service connections. (#113)

2.21.2

10 May 12:31
680afa2
Compare
Choose a tag to compare

Updated description, to clarify expected private key format:

https://URL/TO/AuthKey_[KEY_ID].p8 or file:///PATH/TO/AuthKey_[KEY_ID].p8

2.21.1

19 Apr 17:41
3e71160
Compare
Choose a tag to compare

Removed default value for “Transporter delivery method” (itms_upload_parameters), to prevent error:
An exception has occurred: Broken pipe or Transporter transfer failed.

2.21.0

25 Feb 09:19
4a4d938
Compare
Choose a tag to compare

Added support for app-specific password provided by Apple ID connection configured on Bitrise. app-password is no longer needed to be provided as a Step input, in case Apple ID connection is set up and it contains app-specific password.

2.20.2

09 Feb 13:55
4d779dd
Compare
Choose a tag to compare

Fixed an issue that prevented logging in with accounts that have not enabled 2FA yet.
Example error:

Need to acknowledge to Apple's Apple ID and Privacy statement. Please manually log into https://appleid.apple.com (or https://appstoreconnect.apple.com) to acknowledge the statement.

Fix 2FA session expiry check:

Could not parse Apple ID session expiry date: parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "2006"

2.20.1

04 Feb 11:47
c91fdc7
Compare
Choose a tag to compare

Description updated.