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?