iosreact-nativeexpopublishing

UnexpectedAppleResponse Error when trying to publish app to App Store


I'm trying to publish my first app to the Apple App Store. It's an Expo React Native App.

I'm currently submitting the build to the app store with eas submit -p ios --latest. However, I'm getting the error:

Failed to create App Store Connect API Key.
    UnexpectedAppleResponse: The specified resource does not exist - There is no resource of type 'apiKeys' with id 'XXXXXXXXXX'

I'm watching an online tutorial and I've been able to follow every step until now. Any advice on how to fix this error would be greatly appreciated. Thank you in advance!


Solution

  • You need update your EAS to 0.60.0

    npm install -g eas-cli

    I had the same problem. Work for me, friend