I am trying to set up in-app purchases but I don\'t know how to get rid of \"Missing Metadata\" shown below.
The only yellow dot I see from the page is the \"Localizatio
For iOS in-app purchase, you need an image size of at least 640 x 920 pixels.
iOS requires at least 640 x 920 pixels.
tvOS requires 1920 x1080 pixels.
macOS requires 1280 x 800 pixels.
These are the Apple guidelines.
In my case the problem was that the price wasn't specified; I didn't actually have sufficient permissions to set a price (my role was 'Developer') so the section didn't appear and I didn't notice it was missing.
Any 1024x768 png image file added to the screenshot in Review Information has solved the issue
Add a screenshot to your review part at the bottom and it will change to ready to submit.
For me, It was the subscription group name I missed. Add at-least one localization.
In my case the issue was information missing under the "Group Reference Name". Would be nice if error message was more specific.