In-App Purchases stuck in “Missing Metadata” state

后端 未结 15 972
死守一世寂寞
死守一世寂寞 2021-02-01 11:26

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

相关标签:
15条回答
  • 2021-02-01 12:08

    Use Opera browser, it solved my problem by uploading below: iOS requires at least 640 x 920 pixels for Review Screenshot

    0 讨论(0)
  • 2021-02-01 12:13

    Same issue here. Solved uploading an image generated with the simulator:

    • Run the app in the simulator, go to the VC with the In App Purchase information.
    • Cmd + S -> This creates a screenshot of the simulator with the device resolution.
    • Find the screenshot just created in the desktop.
    • Drag & drop it to the AppStoreConnect/YourApp/Features/In-App Purchases/Review Information/Screenshot.
    0 讨论(0)
  • 2021-02-01 12:13

    Near the top left under a few other things there is a "Duration" drop down that asks you how long you want your subscription to be (assuming it is a subscription you are doing).

    I think this is what I missed the first time, or possibly the screenshot for the testing at the bottom.

    Swapped to "Ready to Submit" right when I saved everything this time, now I just need to upload a new build! Good Luck!

    0 讨论(0)
  • 2021-02-01 12:16

    Although the UI doesn't indicate it, a screenshot is required to submit your IAP for approval.

    A screenshot of the product as it appears on the device. This screenshot is used for Apple’s review only and is not displayed on the App Store.

    Screenshots requirements are outlined below:

    • iOS requires at least 640 x 920 pixels.
    • tvOS requires 1920 x1080 pixels.
    • macOS requires 1280 x 800 pixels.

    Source: https://help.apple.com/itunes-connect/developer/#/dev84b80958f

    The screenshot requirements are also inaccurate, for example a screenshot taken on a iPhone 11 is not accepted even though it clearly meets the stated requirements. iPhone SE 2 screenshots are accepted.

    0 讨论(0)
  • 2021-02-01 12:20

    Add Screenshot from real device

    In my case, I added an iPhone 8 Screenshot from the simulator but It did not upload. Then I added a screenshot from a real iPhone 8 device and working fine. ready to submit.

    0 讨论(0)
  • 2021-02-01 12:24

    The one thing that was keeping it in 'MISSING METADATA' was 'DESCRIPTION' was empty.

    As soon as I added to the 'DESCRIPTION' it changed to 'READY TO SUBMIT'.

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