Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Releases: bitrise-steplib/steps-ios-auto-provision

2.0.3

14 Jan 16:26
4f51fd6
Compare
Choose a tag to compare

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

24 Aug 12:00
77e4e44
Compare
Choose a tag to compare

(#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

13 Aug 09:06
49a9950
Compare
Choose a tag to compare

(#158) Added retry for fetching of Apple Developer service connection, if HTTP status code 500 is received.

2.0.0

04 Aug 08:56
c31ae37
Compare
Choose a tag to compare

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

28 Jul 11:54
d4431a5
Compare
Choose a tag to compare

(#153) This version fixes how the Step validates if the Bitrise test devices are included in the Step-managed Provisioning Profile, by filtering the device list to match the Provisioning Profile type.

1.5.9

10 May 09:38
34ca8ea
Compare
Choose a tag to compare

Updated to Fastlane version 2.182.0.
Bumped rexml to 3.2.5.

1.5.8

25 Feb 08:23
00801c9
Compare
Choose a tag to compare

Will now suppress errors due to registering a test device with invalid UDID. Mac test devices are not yet supported.

1.5.7

24 Feb 17:49
13ead42
Compare
Choose a tag to compare

Reverting changes introduced it in 1.5.6.

1.5.6

24 Feb 13:51
9633ba5
Compare
Choose a tag to compare

Will now suppress errors due to registering a test device with invalid UDID. Mac test devices are not yet supported.

1.5.5

09 Feb 09:06
12b58e2
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.```