-
Notifications
You must be signed in to change notification settings - Fork 85
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
Authentication with Apple Developer Portal failed! Too many verification codes have been sent. #2497
Comments
Seeing a similar thing:
Was able to build with the below command, but unable to submit the build to Apple
|
Hi, The error
doesn't seem to be the same as
🤔 Are these two separate issues you encounter? When it comes to
I think it's just SMS rate limiting on Apple's side. We don't control it, just use their API when it comes to logging in/sending verification codes. I believe that everything should be back to normal after some cooldown period. |
I received the same error The only reason my output shows more is because I had debug logging enabled. For me they were not separate issues. I never received any SMS with an OTP from Apple nor a prompt to enter an OTP via the command (eas build). Something seems broken in that handshake on the backend, at least. |
this worked today when trying again. nothing changed on my end but it did prompt for OTP code this time whereas before it never did.
|
@ahveecubed This is happen with me too today after confirm sms code
|
For anyone wondering, the issue was really simple, at least for me. All you have to do is login to EAS like:
Then provide your email and password for expo.com and it should work |
I've had a simillar error but Internal Server Error: 'h'. I removed all the Apple-related credentials from the Keychain Access and logged in again manually with password and it resolved this issue for me. |
Build/Submit details page URL
No response
Summary
Unable to build for iOS due to Apple auth issues. This was happening prior to upgrading eas-cli, as well, which is one of the things I did to troubleshoot.
Authentication with Apple Developer Portal failed!
Too many verification codes have been sent. Enter the last code you received or try again later.
Managed or bare?
Managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Same error is happening for two projects
The text was updated successfully, but these errors were encountered: