Open Roshdy opened 5 months ago
Can you try to remove Users/xxxx/.app-store
directory?
Have the same issue. Deleted and tried submitting again. Same error for me.
Verified same issue present on 9.0.10 and 9.0.4
Interesting, I can't reproduce it on my device so far 🤔.
As a temporary workaround, you can try to set your app's App Store Connect ID in the ascAppId
field in the submit profile in eas.json
. This way you can skip the authentication with Apple if you have credentials set on Expo servers.
This workaround was amazingly helpful. I'm a consultant and have many teams on ASC so maybe that's an component of the CLI issue. I can't thank you enough as I can get this submitted for my client with the ascAppId work around. Thank you so much @szdziedzic. For anyone else interested in the workaround the section looks like this:
{
"cli": {
"version": ">= 0.34.0"
},
"submit": {
"production": {
"android": {
"serviceAccountKeyPath": "../path/to/api-xxx-yyy-zzz.json",
"track": "internal"
},
"ios": {
"appleId": "john@turtle.com",
"ascAppId": "1234567890",
"appleTeamId": "AB12XYZ34S"
}
}
}
}
from https://docs.expo.dev/submit/eas-json/
I only included ascAppId and not the appleid or team id and my submission worked great.
Sorry to be on the GSD side of things; such is the life of a consultant. :)
I have confirmed I cannot submit on other teams with this account. I will report back if other members of my team are having the issue. Happy to provide any other information helpful in debugging. Thanks for building and supporting this software.
I also had this issue, adding the ascAppId resolved it for me, it would be good to know what caused this issue
To resolve the issue I had to manually create new app in App Store Connect, and then copy paste the ascAppId (App Store Connect App ID) in the eas.json.
I found the ascAppId in the url of the app detail page https://appstoreconnect.apple.com/apps/{id}/...
Build/Submit details page URL
https://expo.dev/accounts/mal-org/projects/malfintech
Summary
i'm trying to submit iOS, but i keep getting
i updated the latest
eas-cli
now it asks me for my Apple credentials, then fail after successfully logging in.Expected behaviour:
Successfully submit to store, or provide an error message to fix.
Managed or bare?
Managed
Environment
Expo Doctor
Error output
Reproducible demo or steps to reproduce from a blank project
Unable to provide a snack of submitting to the store! Sorry.