Can't create new app version on App Store Connect

It's not possible to create a new version for any App Store Connect app.

To reproduce, I navigate to my app and click the (+) button to create a new version number. I type in a version number, and click "Create."

It fails with an error, "An error has occurred. Try again later."

When I view it in the Network tab of the Web Inspector, it shows that there's a 500 error.

{
	"errors": [{
		"status": "500",
		"code": "UNEXPECTED_ERROR",
		"title": "An unexpected error occurred.",
		"detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/."
	}]
}

The same error occurs when I attempt to create an app store version using the App Store Connect API.

Post not yet marked as solved Up vote post of dfabulich Down vote post of dfabulich
21k views
  • I have the same problem.

  • Same problem. There is a nuance that the application was recently transferred from another account.

  • This is a widespread problem, several colleagues have already reported this

Replies

same issue

Same here. Cannot create a new version.

Yah, me too, I have the same issue here

Me too. It seems to world wide issue.

Same issue.

same here

Same problem. There is a nuance that the application was recently transferred from another account.

I have the same issue and we need to submit an urgent bug-fix build.

Post not yet marked as solved Up vote reply of Pagx Down vote reply of Pagx

yep, the issue still persists until now. I can't make the urgent release

Me too

the same problem

Same problem, but different error message:

{
    "appName": "appstore",
    "payload": [
        {
            "logLevel": "ERROR",
            "message": "API Response Error: NEW_PLATFORM_OR_VERSION_RESPONSE",
            "url": "https://appstoreconnect.apple.com/apps/123****/appstore/ios/version/deliverable",
            "stackTrace": "status code: 500 --- api correlation key: SDLFKSJDFLKJL34343LKSJDF"
        }
    ],
    "eventKit": "logger",
    "env": "PROD"
}

I have also the same problem. Is appstore connect down?

I have the same problem, too.

I have the same problem too.

  • I have the same problem too.

  • same issue for me too. contacted apple support and they sent a reply with standard template asking for all information that I had already provided before. Still waiting for an answer on how to resolve this.

Add a Comment