部落战争 出现in-in app purchasee怎么办

问题:为什么新创建的AppID都默认打上GameCenter和In-App-Purchase能力权限啊?
描述:苹果appgame¢erIn&App&Purchase审核
我发现我所有的App&ID在Application&Services栏里,Game&Center和In-App&Purchase的状态都是Enable的,并且每当我创建一个新的App&ID,这两个地方也是默认被打了勾的,并且这俩对应的check&box还是灰色不可编辑状态。更过分的是,即便在iOS&App&ID&Settings界面里,它们也是不可编辑的!
这直接影响到我App的审核,因为苹果发来拒信说“请提交你的IAP内容”,可我程序里并没用到IAP,Capabilities里也确认没有,就只有App&ID的Service这里有,可是还取消不掉……
我想知道只是我这样还是别人的App&ID都是这样?为什么这俩东西会被默认选中还取消不掉?解决方案1:
Game&Center&和iap用到一个就可以了吧,我之前的应用是只用到iap,没有用Game&Center&,没有问题啊,你可以打苹果亚洲技术支持的***问问
解决方案2:
跟你的app签名***有关系,在生成***的时候你要设置一个app&id,这个app&id如果是用通配符com.youCompany.*的话就不会出现这两个功能,如果你的app&id是这个app专用的话就会激活这两个功能比如com.youCompany.myapp
以上介绍了“为什么新创建的AppID都默认打上GameCenter和In-App-Purchase能力权限啊?”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:/itwd/620190.html
上一篇: 下一篇:主题 : In app purchase 中的restoreTransaction是怎么回事呢?
级别: 侠客
可可豆: 1095 CB
威望: 1096 点
在线时间: 257(时)
发自: Web Page
In app purchase 中的restoreTransaction是怎么回事呢?&&&
我程序中要用in app purchase 购买金币,所以产品类型选择的Consumable,但是苹果审核一直过不去,说我的类型错误,应该是Non-Consumable类型。可是我的程序中要求用户可以多次购买金币啊,不是应该是Consumable嘛?哎。。好纠结,跟苹果沟通以后还是不行。很迷惑,哪位大大有经验还要告知,不胜感激啊!还有一个问题,就是[self restoreTransaction:transaction]; [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; 都是在什么情况下才调用的呢?我测试了一下,Non-Consumable类型的产品购买过一次后,再次购买提示:已购买,点击“是”重新下载。点击“是”之后也没有调用[self restoreTransaction:transaction]方法还是调用[self completedTransaction:transaction];为什么呢?搞不清楚。。
级别: 问答区版主
可可豆: 7001 CB
威望: 7001 点
在线时间: 2849(时)
发自: Web Page
1. Apple反馈的信息如果方便的话可以贴出来,我帮您看一下。2. restoreCompletedTransactions的方法一般用于恢复购买。例如在app中有一个“恢复购买”的按钮,点击后,输入apple id,password,就进入恢复的流程。(如果已购买的话,这个流程和直接购买的效果差不多)。流程大概是,先调用restoreCompletedTransactions的方法,然后这个transaction会和购买一样走一此updatedTransactions的方法,并且state是SKPaymentTransactionStateRestored。FYI. :)
级别: 侠客
可可豆: 1095 CB
威望: 1096 点
在线时间: 257(时)
发自: Web Page
回 1楼(leon) 的帖子
Apple反馈如下:We found that the Purchasability Type for one or more of your In-App Purchase products was inappropriately set, which is not in compliance with the App Store Review Guidelines.Your app is using Consumable In-App Purchases as an intermediary currency for an exchange of items that function as Non-Consumable products. It would be appropriate to delete your Consumable products, then create separate Non-Consumable In-App Purchase products for each item that the user would have exchanged those consumable products for. Non-consumable products are only purchased once by users and are always available on all devices that are associated with that user's iTunes account. This purchasability type matches the usage model for the products you are ultimately selling to your users.For more information about Purchasability Type, please to refer to the iTunes Connect Developer Guide.The Purchasability type cannot be changed once an In-App Purchase product has been created. Therefore, you will need to create a new In-App Purchase product with the correct Purchasability Type. To create a new In-App Purchase in iTunes Connect, go to Manage Your In-App Purchases, select your app, and click &Create New&.顺便问下:关于您说的restoreCompletedTransactions的使用,我还是不知道为什么我重复购买的时候没有调用[self restoreTransaction:transaction]。。。可不可以再解释下。谢谢您的热心解答
级别: 新手上路
可可豆: 10 CB
威望: 10 点
在线时间: 22(时)
发自: Web Page
我也遇到这种情况了,请问你楼主的是怎么解决的啊?我的app苹果的信息如下:We found that the Purchasability Type for one or more of your In App Purchase products was inappropriately set, which is not in compliance with the App Store Review Guidelines.包月 add-ons are set to consumable. However, based on product functionality, it would be more appropriate to use the Subscription In App Purchase type because the service offered by your application requires the user to make an advance payment to access the content or receive the service.The Purchasability type cannot be changed once an In App Purchase product has been created. Therefore, you will need to create a new In App Purchase product with the correct Purchasability Type. To create a new In App Purchase in iTunes Connect, go to Manage Your In App Purchases, select your app, and click &Create New&. The current product will show in iTunes Connect as &Rejected&.Subscription content must be made available to all iOS devices owned by a single user, as indicated in Guideline 11.6 of the App Store Review Guidelines:
级别: 侠客
可可豆: 445 CB
威望: 445 点
在线时间: 109(时)
发自: Web Page
回 1楼(leon) 的帖子
可是在恢复购买得过程中,如果按取消了,或者用另外一个没购买得帐号买得话 错误处理怎么捕捉哦
级别: 骑士
可可豆: 3506 CB
威望: 3502 点
在线时间: 866(时)
发自: Web Page
回 2楼(丽子) 的帖子
楼主解决没,是不是由于你的是消耗品, 其实不需要恢复购买的代码。 因为有恢复购买,所以review时觉得是non consumable?
soho社区:个人博客:http://blog.csdn.net/favormm
级别: 新手上路
可可豆: 138 CB
威望: 138 点
在线时间: 59(时)
发自: Web Page
回 5楼(favormm) 的帖子
极有可能!!!!!
级别: 新手上路
可可豆: 1 CB
威望: 1 点
在线时间: 0(时)
发自: Web Page
回 楼主(丽子) 的帖子
请问您的问题解决了吗?遇到了同样的问题,求指教
关注本帖(如果有新回复会站内信通知您)
苹果公司现任CEO是谁?2字 正确***:库克
发帖、回帖都会得到可观的积分奖励。
按"Ctrl+Enter"直接提交
关注CocoaChina
关注微信 每日推荐
扫一扫 浏览移动版

参考资料

 

随机推荐