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.

Im experiencing a HTTP 409:

code: "ENTITY_ERROR.RELATIONSHIP.INVALID"
detail: "You cannot create a new version of the App in the current state."
source: {pointer: "/data/relationships/app"}
status: "409"
title: "The provided entity includes a relationship with an invalid value"```

Does someone know if this is Apple´s fault or if im just missing something here?




I can't create a new app... the issue has been happening for a few weeks now, and we have to publish a new app. Please tell us something.

Here, still cannot create a new version.

Make sure that you do not have any pending agreement. After updating new agreements resolve the issue in my case.

Can't create new app version on App Store Connect
 
 
Q