I’m unable to add several older In-App Purchases and auto-renewable subscriptions to an App Review submission in App Store Connect.
The UI only shows:
Unable to Add for Review Something went wrong. Try again.
However, checking the failed reviewSubmissionItems requests in the browser dev tools shows HTTP 409 responses indicating that the existing IAP/subscription versions use an older format that is no longer supported for review submission.
The affected errors include:
STATE_ERROR.SUBSCRIPTION_VERSION_NOT_SUPPORTED
Subscription version '[REDACTED]' is using an older format that is not supported for review submission. Please update before submitting. STATE_ERROR.SUBSCRIPTION_GROUP_VERSION_NOT_SUPPORTED
Subscription group version '[REDACTED]' is using an older format that is not supported for review submission. Please update before submitting. STATE_ERROR.IAP_VERSION_DATA_SCHEMA_NOT_SUPPORTED
In-app purchase version '[REDACTED]' is using an older format that is not supported for review submission. Please update before submitting.
In my case, this affects:
3 older subscription versions 1 subscription group version 1 older IAP version
All required metadata in App Store Connect is complete.
The interesting part is that I can create a new IAP today and add it to the same review submission successfully. Only the older IAP/subscription records fail.
I can’t find any option in App Store Connect to “update” or migrate these legacy versions to the newer format referenced by the error message.
Has anyone found a self-service way to migrate/regenerate these older IAP/subscription versions, or does this require Apple to update the records server-side?
I’ve already opened a support case with Apple (ID: 102963040418), but wanted to check whether others are seeing the same issue.