Releases: bitrise-steplib/steps-deploy-to-itunesconnect-deliver
Releases · bitrise-steplib/steps-deploy-to-itunesconnect-deliver
2.21.5
What's Changed
Fix for issue: Transporter transfer failed.
/ Exception occurred: issuerId is required.
(#125)
2.21.3
Added retry for the fetching of Apple Service connections. (#113)
2.21.2
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
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
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
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"