Unable to submit iOS app for review

2019-01-14 10:00发布

问题:

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. Unlike earlier errors this error does not focus on a particular place on page, nor are there any red-colored fields.

Things I did:

  • filled app info
  • filled contact info
  • uploaded screenshots for all supported sizes
  • uploaded binary / selected on itunes connect
  • filled rating form.

Here is the screenshot:

回答1:

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.



回答2:

Maybe you just forget the other Screenshots in the new Itunes Connect.



回答3:

You need to go into your "Media Manage" in itunes connect, and tick "Use 5.5inch display" for all the empty screenshot sizes. Do the same for iPad.

Hope this helps.



回答4:

In my case it was Rating which is under General App Information.

You should edit it, before submiting.



回答5:

I was having the same issue i.e there are one or more errors on the page... and no indication what error is there. Finally I resolved it by traversing each option above. Though all i set was "Pricing" and as my app was free so i checked that option. Then i came back to the first tab and hit submit, and it worked, with no error.



回答6:

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.



回答7:

Had the same issue and for me the solution was to go into the media manager and tick all the "Same as 5.5" screenshot check boxes. I only uploaded 5.5" screenshots. No IPad but I assume if you support iPad the same applies there.



回答8:

For me there were 2 languages got selected and removed a one while keeping the default.



回答9:

For me there was an extra language listed. However, in the drop-down list it was blank and there was no error indicating a problem. So it was hard to catch. Check out the screenshot. Once I deleted it is said the language was "Flemish" which I never even heard of.



回答10:

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



回答11:

My case was different when trying to submit a Newsstand app with an in-app purchase. Under the versions tab, I had to go to the in-app purchases section (NOT the in-app purchases tab) and add the free subscription I had configured to my build submission.



回答12:

I fix the issue by adding a cover art. scroll down at the screenshot page and upload the cover art.



回答13:

For me there was a tiny red Edit button for Rating in the bottom of the version tab. If you didnt answer questions to get the rating, you need to scroll down and fill that out.



回答14:

I had uploaded a new app v1.0 which got rejected. I updated the version to 1.0.1 in the plist and selected the correct version on App Store Connect. The problem I had was that my original app version was manually still listed as 1.0.

Changing that to 1.0.1 solved my problem.