Since the 15 July App Store Connect submission-flow change, I cannot submit my app. Posting the API-level diagnosis because I haven't seen it stated in the other threads, and the UI is actively misleading.
What the UI shows: subscription group "In Review", both subscriptions "Prepare for Submission", Add for Review greyed out. Submitting fails with HTTP 409 on POST /iris/v1/reviewSubmissions/{id} (SUBMIT_REVIEW_SUBMISSION_RESPONSE).
What the App Store Connect API actually shows:
My subscriptionGroupVersion (version 1) is in state IN_REVIEW.
No reviewSubmissionItem in any submission references it. All prior submissions are COMPLETE with every item REMOVED. It is orphaned — it went into review with a submission that was rejected, and was never released when that submission completed.
Both subscriptions report READY_TO_SUBMIT; their subscriptionVersions are READY_FOR_REVIEW. The products themselves are healthy. The UI's "Prepare for Submission" is wrong.
Controlled test: submitting the app version alone succeeds. Re-adding the two subscription versions and submitting → 409, every time. The group version never changes state through that cycle. So the 409 is caused specifically by attaching subscriptions whose parent group version is locked.
There is no developer-side fix. subscriptionGroupVersions exposes only POST and GET — no PATCH, no DELETE. Clearing this requires server-side intervention. Same symptoms in posts 838340, 838348, 838369, 838384, 838421, 838425, 838456, 838465, 838473, 838509, 838596. Unfortunately there was no reply from apple that I could find yet.
Two asks: has anyone had a stuck group version actually reset, and what did Support do? And if an Apple engineer is reading please confirm whether resetting a subscriptionGroupVersion from IN_REVIEW is something Developer Support can action, or whether it needs a Feedback report.
2
1
75