ios 首次提交应用内购买以供审核
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30481475/
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
Submit in app purchase for review for first time
提问by Pradumna Patil
I am working on in app purchase. After submitting all the details in app purchase gives me status "Ready to Submit".
我正在应用程序内购买。在应用程序购买中提交所有详细信息后,我的状态为“准备提交”。
But the "Submit For Review" button is disabled in my app's in app purchase. This is giving me this warning
但是“提交审核”按钮在我的应用程序内购买中被禁用。这是给我这个警告
"Your first In-App Purchase must be submitted with a new app version. Select it from the app's In-App Purchases section and click Submit."
“您的第一个应用内购买必须与新的应用版本一起提交。从应用的应用内购买部分中选择它,然后单击提交。”
I can't understand what to do. If anybody knows solution please help me. Thanks in advance.
我不明白该怎么做。如果有人知道解决方案,请帮助我。提前致谢。
采纳答案by Nilesh Patel
If your application is in Waiting for review state then you can submit your IAP by rejecting current version & uploading new version.
如果您的应用程序处于等待审核状态,那么您可以通过拒绝当前版本并上传新版本来提交您的 IAP。
Otherwise your IAP will be available once you upload a new version on iTunes Store.
否则,一旦您在 iTunes Store 上传新版本,您的 IAP 将可用。
"Your first In-App Purchase must be submitted with a new app version. Select it from the app's In-App Purchases section and click Submit."
“您的第一个应用内购买必须与新的应用版本一起提交。从应用的应用内购买部分中选择它,然后单击提交。”
The meaning of above line is when you submit your app for review you need to select the IAPs from the application detail page. You will see In App Purchase section on Application detail page (Page on which description,Keywords,etc displaying). You need to select required IAP from that page & then need to submit your application again.
上一行的意思是当您提交应用程序进行审核时,您需要从应用程序详细信息页面中选择 IAP。您将在应用程序详细信息页面(显示描述、关键字等的页面)上看到应用内购买部分。您需要从该页面选择所需的 IAP,然后需要再次提交您的申请。
Let me know if you need anymore clarification for this.
如果您需要对此进行进一步说明,请告诉我。
回答by David Skelly
In addition to what was said by Nilesh -
除了 Nilesh 所说的——
You must create your IAP from under the Features->In App Purchase. Then you must add a screenshot, so that the IAP says Ready to Submit.
您必须从“功能”->“应用内购买”下创建您的 IAP。然后您必须添加屏幕截图,以便 IAP 显示准备提交。
Thenfrom the Prepare for Submission page, the section titled InApp purchases shows up (otherwise it is hidden) and you can select your inapp purchase you just created.
然后从准备提交页面,标题为应用内购买的部分出现(否则它是隐藏的),您可以选择您刚刚创建的应用内购买。