Can't create new version of the app.

It seems to be an Apple bug.

After bumping the patch Store Version number I get the following errors:

{
  "errors" : [ {
    "id" : "<REDACTED>",
    "status" : "409",
    "code" : "ENTITY_ERROR.RELATIONSHIP.INVALID",
    "title" : "The provided entity includes a relationship with an invalid value",
    "detail" : "You cannot create a new version of the App in the current state.",
    "source" : {
      "pointer" : "/data/relationships/app"
    }
  }, {
    "id" : "<REDACTED>",
    "status" : "409",
    "code" : "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE",
    "title" : "The provided entity includes an attribute with a value that has already been used",
    "detail" : "The version number has been previously used.",
    "source" : {
      "pointer" : "/data/attributes/versionString"
    }
  } ]
}

Bumping beyond the next patch number also yields an error:

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

Would love some guidance on what to do here?

There is something else going on... We are getting the error "The version number has been previously used." which is not true when trying to create a new version. It doesn't matter what version we give it.

Same here ! At first my new version got created, and then it disappeared and I can't create a new one ..

This issue was eventually resolved shortly after I made this post. The next time I opened App Store Connect the new version was there.

Hello. this exact issue is faced by me but it has not got resolved for over three days now. My app version got created and disappeared . Now I cant create any next version. Does anyone know what to do to get this resolved ? I need to urgently release an app update to store.

Same for me was well. Contacted support, but received no reply yet. Anyone with more insights about this issue?

Same here, and i don't have a version appear in the appstore connect page. it's just throws this error i have no idea why.

Same here, I am not able to create new version on App Store connect. The response i see is like this

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

Have anyone found any solution? I have contacted Apple but no response since last 3 days

Does anyone have an answer for this?

Exact same thing is happening to me:

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

Same here, can no longer make releases for my app via API or UI.

Getting the same problem across two apps in two different accounts.

The version numbers haven't been used previously.

Same here

contacted apple support, but their support is very slow, they will ask to give them full video etc.

Any updates here? Do you guys still have the issue or is it just me?

Can't create new version of the app.
 
 
Q