ios 应用内购买卡在“缺少元数据”状态
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39683170/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
In-App Purchases stuck in "Missing Metadata" state
提问by Lynn Kim
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 "Localizations" section, but I completed the "Display Name" and "Description".
我从页面上看到的唯一黄点是“本地化”部分,但我完成了“显示名称”和“描述”。
I don't know what else I can do or what I am doing wrong.
我不知道我还能做什么或我做错了什么。
回答by Jamshed Alam
回答by Rik Renich
I had the same issue with a renewable subscription. Near the top of iTunes page, just below your image that says "Missing Metadata," I saw this:
我对可续订订阅有同样的问题。在 iTunes 页面顶部附近,就在你的图片下方,上面写着“缺少元数据”,我看到了这个:
I clicked on "Add Localizations" which took me to the group. There is a broad frame instructing you to click somewhere else. Click on the little blue circled plus to the right of "Localizations."
我点击了“添加本地化”,这将我带到了该组。有一个宽框指示您单击其他位置。单击“本地化”右侧的蓝色小圆圈加号。
After selecting the language I filled in "Subscription Group Display Name" and saved. The IAP status immediately changed to "Ready to Submit."
选择语言后,我填写了“订阅组显示名称”并保存。IAP 状态立即更改为“准备提交”。
回答by Ketan P
Although the UI doesn't indicate it, a screenshot is requiredto submit your IAP for approval.
尽管 UI 没有指明,但需要屏幕截图才能提交您的 IAP 以供批准。
A screenshot of the product as it appears on the device. This screenshot is used for Apple's review onlyand is not displayed on the App Store.
出现在设备上的产品屏幕截图。此截图仅供苹果审核使用,不在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.
- iOS 至少需要 640 x 920 像素。
- tvOS 需要 1920 x1080 像素。
- macOS 需要 1280 x 800 像素。
Source: https://help.apple.com/itunes-connect/developer/#/dev84b80958f
来源: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.
屏幕截图要求也不准确,例如在 iPhone 11 上截取的屏幕截图即使明确满足规定的要求也不被接受。接受 iPhone SE 2 屏幕截图。
回答by CyrIng
Any 1024x768 png image file added to the screenshot in Review Information has solved the issue
在评论信息中添加到屏幕截图的任何 1024x768 png 图像文件都解决了问题
回答by Edward
For iOS in-app purchase, you need an image size of at least 640 x 920 pixels.
对于 iOS 应用内购买,您需要至少 640 x 920 像素的图像大小。
iOS requires at least 640 x 920 pixels.
tvOS requires 1920 x1080 pixels.
macOS requires 1280 x 800 pixels.
iOS 至少需要 640 x 920 像素。
tvOS 需要 1920 x1080 像素。
macOS 需要 1280 x 800 像素。
These are the Apple guidelines.
这些是Apple 的指导方针。
回答by Sabba Keynejad
Add a screenshotto your review part at the bottomand it will change to ready to submit.
在底部的评论部分添加屏幕截图,它将更改为ready to submit。
回答by xdeleon
回答by Abhijith
回答by Vikash
Use Opera browser, it solved my problem by uploading below: iOS requires at least 640 x 920 pixels for Review Screenshot
使用 Opera 浏览器,它通过以下上传解决了我的问题:iOS 需要至少 640 x 920 像素才能查看屏幕截图
回答by agrippa
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!
这次我保存了所有内容时切换到“准备提交”,现在我只需要上传一个新版本!祝你好运!