Post

Replies

Boosts

Views

Activity

Reply to Adding Subscription Failure
Looking for a staged submission… Found submission c56b5fa0-5a19-4fc8-907a-c47d3ba9d802 with 3 item(s). Submitting… HTTP 409 { "errors": [ { "id": "0bf1ee29-c363-4754-b2ab-35285e97ce8d", "status": "409", "code": "STATE_ERROR.ENTITY_STATE_INVALID", "title": "subscriptionVersions with id '109f664c-bd2f-4187-a50f-777421f8f24f' is not in valid state.", "detail": "This resource cannot be reviewed, please check associated errors to see why.", "meta": { "associatedErrors": { "/v1/subscriptionVersions/109f664c-bd2f-4187-a50f-777421f8f24f": [ { "id": "f149122d-f33a-4ce5-bdfe-f4469c0d3ab3", "status": "409", "code": "STATE_ERROR.SUBSCRIPTION_SUBMISSION_REQUIRES_GROUP_VERSION", "title": "A subscription must be submitted with its subscription group version when the group has no prior approved version.", "detail": "SubscriptionVersion '109f664c-bd2f-4187-a50f-777421f8f24f' must be submitted with its subscription group version when the group has no approved version." } ] } } } ] } ❌ Apple rejected the submit. The JSON above is the REAL error the web UI was hiding. Look at errors[].detail — that names the exact item/field.
2d
Reply to Adding Subscription Failure
Looking for a staged submission… Found submission c56b5fa0-5a19-4fc8-907a-c47d3ba9d802 with 3 item(s). Submitting… HTTP 409 { "errors": [ { "id": "0bf1ee29-c363-4754-b2ab-35285e97ce8d", "status": "409", "code": "STATE_ERROR.ENTITY_STATE_INVALID", "title": "subscriptionVersions with id '109f664c-bd2f-4187-a50f-777421f8f24f' is not in valid state.", "detail": "This resource cannot be reviewed, please check associated errors to see why.", "meta": { "associatedErrors": { "/v1/subscriptionVersions/109f664c-bd2f-4187-a50f-777421f8f24f": [ { "id": "f149122d-f33a-4ce5-bdfe-f4469c0d3ab3", "status": "409", "code": "STATE_ERROR.SUBSCRIPTION_SUBMISSION_REQUIRES_GROUP_VERSION", "title": "A subscription must be submitted with its subscription group version when the group has no prior approved version.", "detail": "SubscriptionVersion '109f664c-bd2f-4187-a50f-777421f8f24f' must be submitted with its subscription group version when the group has no approved version." } ] } } } ] } ❌ Apple rejected the submit. The JSON above is the REAL error the web UI was hiding. Look at errors[].detail — that names the exact item/field.
Replies
Boosts
Views
Activity
2d