I'm seeing the following error in iTunes Connect
in the in-app purchase
section for my app:
我在应用内购买部分的iTunes Connect中看到以下错误:
An In-App Purchase has been returned and is highlighted in the table below
已退回应用内购买,并在下表中突出显示
All of the in-app purchases
for a new app have been rejected. They all show a status of Developer Action Needed. Going to each individual in-app purchase
shows an exclamation sign with:
所有针对新应用的应用内购买均已被拒绝。它们都显示了需要开发人员行动的状态。进入每个应用程序内购买会显示一个感叹号:
Your In-App Purchase has been returned. You must modify or delete the highlighted item.
您的应用内购买已退回。您必须修改或删除突出显示的项目。
However, it there's no explanation at all of what the error is. This seems to be a problem a lot of developers have just started seeing:
但是,它没有解释错误是什么。这似乎是许多开发人员刚刚开始看到的问题:
https://forums.developer.apple.com/message/78997#78997
https://forums.developer.apple.com/message/78997#78997
Any ideas what's causing this? Is it just another iTunes Connect
bug?
是什么原因引起了这个?它只是另一个iTunes Connect错误吗?
2 个解决方案
#1
14
I had the same problem, following is the screenshot of how my in-app purchase's details page did show a yellow highlighted portion: in-app purchase details
我遇到了同样的问题,以下是我的应用内购买详细信息页面如何显示黄色突出显示部分的屏幕截图:应用内购买详情
What I did is: added another language.. then deleted the previous rejected language, then added the previously rejected-then-deleted language and then deleted the second added language. :-) And it worked!
我做的是:添加另一种语言..然后删除以前被拒绝的语言,然后添加先前被拒绝然后删除的语言,然后删除第二个添加的语言。 :-)而且它有效!
#2
6
There is some issue with your binary or metadata that caused app review to reject your app. You need to address that issue. AND: Rather than reject the IAP, app review 'returned' it. If they had rejected it you would have needed to recode a new IAP because once rejected an IAP can't be resubmitted. Once you address the reason the app was rejected, all you need do is open the IAP, add a " " to any field, save it, remove the " ", save it again and it will be ready. I do not recall if you also need to attach it to the new binary or whether it remains attached.
您的二进制文件或元数据存在一些问题导致应用审核拒绝您的应用。您需要解决该问题。 AND:应用程序审核“返回”它,而不是拒绝IAP。如果他们拒绝了它,您将需要重新编码新的IAP,因为一旦被拒绝,IAP就无法重新提交。一旦你解决了应用被拒绝的原因,你只需打开IAP,在任何字段中添加“”,保存,删除“”,再次保存它就可以了。我不记得你是否还需要将它附加到新的二进制文件或它是否仍然附加。
类似的问题
#1
14
I had the same problem, following is the screenshot of how my in-app purchase's details page did show a yellow highlighted portion: in-app purchase details
我遇到了同样的问题,以下是我的应用内购买详细信息页面如何显示黄色突出显示部分的屏幕截图:应用内购买详情
What I did is: added another language.. then deleted the previous rejected language, then added the previously rejected-then-deleted language and then deleted the second added language. :-) And it worked!
我做的是:添加另一种语言..然后删除以前被拒绝的语言,然后添加先前被拒绝然后删除的语言,然后删除第二个添加的语言。 :-)而且它有效!
#2
6
There is some issue with your binary or metadata that caused app review to reject your app. You need to address that issue. AND: Rather than reject the IAP, app review 'returned' it. If they had rejected it you would have needed to recode a new IAP because once rejected an IAP can't be resubmitted. Once you address the reason the app was rejected, all you need do is open the IAP, add a " " to any field, save it, remove the " ", save it again and it will be ready. I do not recall if you also need to attach it to the new binary or whether it remains attached.
您的二进制文件或元数据存在一些问题导致应用审核拒绝您的应用。您需要解决该问题。 AND:应用程序审核“返回”它,而不是拒绝IAP。如果他们拒绝了它,您将需要重新编码新的IAP,因为一旦被拒绝,IAP就无法重新提交。一旦你解决了应用被拒绝的原因,你只需打开IAP,在任何字段中添加“”,保存,删除“”,再次保存它就可以了。我不记得你是否还需要将它附加到新的二进制文件或它是否仍然附加。
类似的问题