-
Notifications
You must be signed in to change notification settings - Fork 101
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! #1220
Comments
Was that just a transient issue or do you still experiencing that problem? Maybe try logging in to https://developer.apple.com/ and check if there is no policy change you need to accept. Did you try SMS option to validate the account? |
1° Yes I am facing this problem and with that I am unable to create the build. 2° Yes, I went to developer.apple.com and confirmed that there were no changes to the terms 3° Yes, I tried both ways without success. |
@igorcesarcode did you find a solution? I'm facing the same issue |
@izaakrogan Yes, I still have this problem, I ended up giving up on launching my app on the apple store, through EAS Build. I migrated the project to react native cli |
I got this same issue, I changed my network and it worked for me. |
For those looking for a solution, in the process the company I work for moved to the app center due to the difficulties of several of our devs not being able to connect to apple. The tool is wonderful, but the small difficulties made it impossible to work with it. |
I'm having this issue today, any resolution from previous failures? |
also having this issue. +1 |
https://stackoverflow.com/questions/75347609/eas-build-ios-failure-authentication-with-apple-developer-portal-failed/75347883#75347883 |
+1 Getting this error over and over:
|
Me too. Same issue after apple account maintenance. |
Same, seems like an Apple's maintenance issue |
Hi, is there any solution for this issue? Greetings |
+1 |
1 similar comment
+1 |
#1672 this issue is open. Report there. |
Having the same issue |
Same issue |
+1 Same issue here |
Same issue |
having the same issue! |
Same here! I was able to build my app using EAS by selecting "No" for the "Do you want to log in to your Apple account?" question but submitting to the App Store is not possible right with this issue. |
I'm having the same issue. |
I was able to build and submit it by pressing no when asking Do you want to log in to your Apple account? |
This worked for me - I chose to not sign into my apple account for the build. Then I downloaded the build from expo and submitted it via transporter to apple app store |
Also confirmed configuring appleId and ascAppId in eas.json makes it work as well. as detailed here
|
This works for me & is a good workaround for now. Don't forget to still select "No" when being asked if you want to log into your apple account. |
This is now fixed by the expo team. In order for it to work, all you have to do is update to the latest eas-cli. This should do it: npm i -g eas-cli eas build --platform ios --auto-submit |
Upgrading
I had to add this to app.json but after that, the build finished just fine. "extra": {
"eas": {
"projectId": "<<MY PROJECT ID>>"
}
}, |
upgrade the eas-cli. That should solve the problem |
would be helpful it was showed in the error that it's needed to upgrade the eas-cli |
My problem was resolved by upgrading eas-cli: |
I have the same problem ,but I get a different error on the latest update. Authentication with Apple Developer Portal failed! After retrying a few times yesterday and today, I logged onto appstore connect on my browser, and was then asked to recover my account. So I went through the process and changed my password. Tried EAS build again and still failed. EAS Version: eas-cli/3.6.1 win32-x64 node-v16.9.1 |
got the same issue as @KeaganStevens since today:
after getting the error, I do get the Apple ID verification code prompt on my apple devices though, so it might be that the CLI is not able to handle cases where 2fa is required. eas-cli/3.6.1 darwin-arm64 node-v18.12.1 |
Got it working by installing the new 3.7.0 version. Now it prompts you for the 2fa code
|
also cannot get it to work today. tried eas-cli 3.5.2....tried 3.7....no dice. reset keychain...trusted devices fire up a 2fa code but the terminal has crashed out so cannot enter it anywhere. also the 2fa prompt is showing 'null null' above the 6 digit code...if that means something to someone out there. |
I'm getting the same error as @KeaganStevens eas-cli/3.7.0 darwin-arm64 node-v16.13.1 |
See this issue for updates: #1714 |
I am working with an old expo project but was able to get everything working using the following to build an ipa:
Hope this helps. I went through all previous suggestions before such as changing |
Running everything @kenorvick suggested resolved the issue for me. The cookies were expired and the provisional profile so Thanks! |
I had the same issue and eas could not even identify my developer team. Deleting the cookie file solved the issue. I was prompt to login again at the build/submit and it worked fine. |
I had the same issue and I fixed it after I downgraded node to the latest LTS version - currently version 18 |
I'm having this issue |
@DaatKruby I had the same issue and it was because of my node version, if you are using a PC that supports nvm first check your node version if it is higher that version 18, downgrade it to version 18 using |
Personally, I was using SSH through a VPN. Instead i went on the Mac and used "eas credentials" there, and it worked. So i guess turn off your VPN and SSH. |
works! |
Thanks @dolapo-oluremi that worked for me too! |
Had this problem today. After trying many of the options here, it turned out to be due to the fact that I was ssh'ed into my macbook pro via my windows desktop. After trying the exact same build command on directly on my macbook, 2FA kicked in and I was able to log in and start the build immediately. |
After try all the solutions provided here and more, I ended up:
|
Updating eas-cli and restarting my machine worked for me 🤷🏻♂️ |
Build/Submit details page URL
No response
Summary
I'm trying to do my first build on ios with eas.
But I'm having an error when logging in with apple id.
Even putting the code correctly shows an error.
Managed or bare?
Managed
Environment
expo-env-info 1.0.4 environment info:
System:
OS: macOS 12.4
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node
Yarn: 1.22.18 - ~/.nvm/versions/node/v16.15.0/bin/yarn
npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm
Watchman: 2022.06.27.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8512546
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
npmPackages:
expo: ~44.0.0 => 44.0.6
react: 17.0.1 => 17.0.1
react-dom: 17.0.1 => 17.0.1
react-native: 0.64.3 => 0.64.3
npmGlobalPackages:
expo-cli: 5.4.6
Expo Workflow: managed
VERSION
eas-cli/0.55.1 darwin-x64 node-v16.15.0
Error output
Authentication with Apple Developer Portal failed! Error: Error Description not available Code: -20528
Reproducible demo or steps to reproduce from a blank project
eas build -p ios --profile production
The text was updated successfully, but these errors were encountered: