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.
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.
In my case it was "Age Rating" which is under General App Information:
You should add an age rating before submitting:
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.
it happened with me also what worked with me was increasing the the date of preorder availability
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.
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