Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fastane to latest version to 2.225.0 since getting 503 on match password authentication #8318

Open
uptoamir opened this issue Nov 6, 2024 · 0 comments

Comments

@uptoamir
Copy link

uptoamir commented Nov 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant