Post

Replies

Boosts

Views

Activity

Can't create new version
Can't create a new version in App Store Connect. When I try to create 6.37.0 (which is a new version), I get the following message: An error has occurred. Try again later. The version number has been previously used. When inspecting the call, this is the result: "errors" : [ { "id" : "69313d33-9558-4bb8-90cb-0122fde7e43a", "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" : "86f4f68b-4a38-4299-8469-9e748ba6a8e7", "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" } } ] } As you can see in the image, we've never had version 6.37.0 before. Additionally, if I try to create another version, let's say 6.37.1 or 6.38.0, I just get: An error has occurred. Try again later. When inspecting the call, this is the result: "errors" : [ { "id" : "2b385cc8-3bc3-476d-bf44-1c59a5f54fa9", "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" } } ] }
14
3
2.4k
Feb ’24