Unable to submit iOS app for review - “There are one or more errors on the page.”

前端 未结 19 887
清酒与你
清酒与你 2020-12-05 09:11

I wanted to submit my app for the App Store on iTunes Connect, but whatever I do I got this last message telling me there are still one or more errors on the page.

相关标签:
19条回答
  • 2020-12-05 10:03

    You should inspect the response from the apple server. The response contains a JSON. Search for "errorKeys", where it is not null or []. This way, you can find out the exact problem.

    In my case it was saying "You must choose a version release option.", basically I needed to checkoff the pre-order option to expose the UI to select "Manually Release" option. After I selected that option, I checked back the pre-order option. This resolved the problem.

    0 讨论(0)
  • 2020-12-05 10:04

    Age Rating

    In my case it was "Age Rating" which is under General App Information:

    You should add an age rating before submitting:

    0 讨论(0)
  • 2020-12-05 10:04

    Adding onto this list so other people troubleshooting have something to try. For me, I had my Secondary category set to "Magazines & Newspapers" and setting it back to default "Secondary (optional)" let the app through to review with no problems.

    0 讨论(0)
  • 2020-12-05 10:06

    it happened with me also what worked with me was increasing the the date of preorder availability

    0 讨论(0)
  • 2020-12-05 10:08

    If there are no errors and it just say, "There are one or more errors on page"

    following can be solution.

    Click on "Pricing" tab

    and choose Price Tier as Free or your price

    and go to your app again and Submit, Cheers.

    0 讨论(0)
  • 2020-12-05 10:08

    Well, even after selecting price the error didn't go away, at the end I witnessed it was because I selected Magazines and Newspapers as a category in the App information tab, which might require some additional information. After changing it back to some other category the error goes away and I submitted Application successfully

    0 讨论(0)
提交回复
热议问题