Releases: bitrise-steplib/steps-ios-auto-provision
2.0.3
This Step has been deprecated in favour of the new automatic code signing options on Bitrise.
You can read more about these changes in our blog post: https://blog.bitrise.io/post/simplifying-automatic-code-signing-on-bitrise.
Option A)
The latest versions of the Xcode Archive & Export for iOS, Xcode Build for testing for iOS, and the Export iOS and tvOS Xcode archive Steps have built-in automatic code signing.
We recommend removing this Step from your Workflow and using the automatic code signing feature in the Steps mentioned above.
Option B)
If you are not using any of the mentioned Xcode Steps, then you can replace this iOS Auto Provision Step with the Manage iOS Code signing Step.
2.0.2
(#159) Updated to fastlane 2.192.0 to include retries when intermittent error is returned by Apple servers:
<HTML>
<HEAD>
<TITLE>Error</TITLE>
</HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Error</H1>
<HR>
<FONT FACE="Helvetica,Arial"><B>
Description: Could not process this request.
</B></FONT>
<HR>
</BODY>
2.0.1
2.0.0
Breaking changes
(#154) Add config option to disable missing test device registration on the Apple Developer portal at step runtime. This new option is disabled by default to avoid unintended device registrations. If you want to continue using this feature, set this new config option to true.
(#154, #157) When the Step checks whether an existing Step-managed Development or Ad Hoc Provisioning Profile is valid all the Apple Developer Portal devices are considered, not just the Bitrise Test Devices.
Existing Step-managed Development Provisioning Profile Device list validation happens even if the Development Profile Type is auto-selected.
(auto-selected Profile Type: Distribution type
Step Input is not set to development
, but development certificate provided via Certificate URL
step input, this case next to the desired distribution type, Development signing will be ensured too).
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
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.```