New In App Purchase产品添加到第二版不被Apple退回 [英] New In App Purchases products added to second version not being returned by apple

查看:102
本文介绍了New In App Purchase产品添加到第二版不被Apple退回的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前在Apple App Store中有一个带有x2 In App Purchase产品的应用程序。

I currently have an app in the Apple App Store with x2 In App Purchase products.

我现在正在尝试创建第二个版本(v1.1)和已添加2个额外的应用内购买产品。但是,当我转到苹果时,旧的产品ID将在下面的委托方法中返回,但是新的产品ID不会被退回?

I am now trying to created a second version (v1.1) and have added 2 additional in app purchase products. However, when I go to apple the old product ids are returned in the delegate method below, but the new product ids are not being returned?

- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response

我已经检查过它们已完全添加到itunes connect的应用内购买部分,它们都在等待屏幕截图,我不能这样做,因为它们没有被Apple退回。

I have checked they are fully added in the in app purchase section of itunes connect and they are all 'awaiting screenshot', which I cant get to since they are not being returned by Apple.

还有其他人遇到过这个问题吗?和分辨率?

Has anyone else come across this issue? And a resolution?

推荐答案

Doh!我没有将我的新应用购买产品ID传递给以下内容,因此Apple没有找到他们返回详细信息:
[[SKProductsRequest alloc] initWithProductIdentifiers:_productIdentifiers];

Doh! I wasnt passing in my new in app purchase product ids into the following, so Apple wasnt looking for them to return the details: [[SKProductsRequest alloc] initWithProductIdentifiers:_productIdentifiers];

希望这个答案可能在将来帮助其他人。刚刚用完一张年度Apple门票来回答这个问题。

Hopefully this answer might help someone else in the future. Just used up one of my annual Apple tickets to answer this.

这篇关于New In App Purchase产品添加到第二版不被Apple退回的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆