1

When I submit an iOS app for review, we are getting a following message.

"An unexpected error was encountered when submitting for review.If the issue persists please contact us"

It will be great if anyone have an idea about this.

1

5 Answers 5

3

For anyone getting this ambiguous error, you can use Developer tools to look at the actual HTTP request sent by Apple when you hit the button. That will have the real error rather than the generic message displayed on the UI.

enter image description here

It's a simple frontend fail, a bit ridiculous for a company as big as Apple..

0

I found a solution.

There is a new checkbox. Be sure to tick it before submission.

enter image description here

After that, remove the current build, and add it again.

Then submit.

4
  • “Me too” is not an answer.
    – matt
    Jun 19, 2020 at 2:36
  • this did not work for me, I've set the advertising identifier settings (in my case set to Yes with all subflags selected), correctly saved the form, then selected the build, saved again, then pressed the submit for review button, and still getting the error An unexpected error was encountered when submitting for review. "If the issue persists please contact us" I contacted Apple and still waiting for a response :-(
    – scriba
    Jun 19, 2020 at 13:15
  • Thanks. Removed the current build and upload with different build number Jun 22, 2020 at 8:47
  • 1
    where exactly is this form? Feb 22 at 16:59
0

we just increased the version number (we had V.4.008.017) and we made it V.4.008.018 (but kept the same built binary). After restarting the browser, it worked for us.

Hope it helps.

0

In some scenarios, the page is not been updated with the wrong alert.

It worked for me after I hit refresh in AppStoreconnect, status changed to Waiting for review

-1

Have you followed all iOS guidline, at what step are you getting this error message.

https://developer.apple.com/ios/submit/

You need to make sure you have followed all the guidline before submitting app for review as it will get reject if its not inline with their policy.

Share more detials about your issue

1
  • At the final step we are getting this message. when we hit on 'submit for review' button the message appears. I have been following this guideline and uploaded 5 to 10 versions of the same app into the app store previously. Jun 18, 2020 at 6:17

Not the answer you're looking for? Browse other questions tagged or ask your own question.