Replies: 2 comments 3 replies
-
Hi @abdulkash, |
Beta Was this translation helpful? Give feedback.
-
Hi, I will close this thread due to inactivity but before that let me highlight a couple of things. If you are facing this issue at the Post-processing step, then it would mean that:
The post-processing step is triggered in these cases, not particularly when submitting your build to App Store Connect as build submission is already resolved at the Publishing phase. So, it could be either of the above in your case, and worth mentioning that release notes could be generated from your commit messages as well where the required fields are missing. For your self-investigation, you can check it under the Publishing step:
It would mean that the release notes are retrieved, and missing the required field in your case for ex. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
After build the error occurs during postprocessing for apple appstore
Expected results
Succcessful app submission for review
Actual results
Failure: POST https://api.appstoreconnect.apple.com/v1/reviewSubmissionItems returned 409: appStoreVersions with id '30a8cd89-3bc2-4d01-92a9-b4ac711777c6' is not in valid state. - This resource cannot be reviewed, please check associated errors to see why.
Associated error: The provided entity is missing a required attribute - You must provide a value for the attribute 'whatsNew' with this request
Associated error: The provided entity is missing a required attribute - You must provide a value for the attribute 'usesNonExemptEncryption' with this request
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions