Could not receive latest API key from App Store Connect, this might be a server issue

I am trying to build iOS app on a newly created project with expo. The problem is that even though I am providing correct credentials of my Apple Developer account, I am getting the following message.

Here are my expo diagnostics.

Any help?

Updating to the latest version of Expo-cli solved this for me. It incorporates latest changes from Apple Developer Account API requiring 2FA to access account.

Run npm install -g expo-cli in terminal for project.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.