You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi on apple password authentication "match" throws [17:34:13]: Called from Fastfile at line 545
[17:34:13]: [17:34:13]: 543: if ENV['SYNC_PROVISIONING_PROFILES'] == 'true' [17:34:13]: 544: if !ENV['MATCH_PASSWORD'].nil? && !ENV['MATCH_PASSWORD'].empty? [17:34:13]: => 545: match(type: ENV['MATCH_TYPE'] || 'adhoc') [17:34:13]: 546: end [17:34:13]: 547: if !ENV['IOS_API_KEY_ID'].nil? && !ENV['IOS_API_KEY_ID'].empty? [17:34:13]:
[17:34:13]:
<title>503 Service Temporarily Unavailable</title>
503 Service Temporarily Unavailable
Apple
it has resolved in fastlane 2.225.0 as it describes:
2.225.0 Improvements
This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.
The text was updated successfully, but these errors were encountered:
Hi on apple password authentication "match" throws [17:34:13]: Called from Fastfile at line 545
<title>503 Service Temporarily Unavailable</title>[17:34:13]:
[17:34:13]: 543: if ENV['SYNC_PROVISIONING_PROFILES'] == 'true' [17:34:13]: 544: if !ENV['MATCH_PASSWORD'].nil? && !ENV['MATCH_PASSWORD'].empty? [17:34:13]: => 545: match(type: ENV['MATCH_TYPE'] || 'adhoc') [17:34:13]: 546: end [17:34:13]: 547: if !ENV['IOS_API_KEY_ID'].nil? && !ENV['IOS_API_KEY_ID'].empty? [17:34:13]:
[17:34:13]:
503 Service Temporarily Unavailable
Apple
it has resolved in fastlane 2.225.0 as it describes:
2.225.0 Improvements
This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.
The text was updated successfully, but these errors were encountered: