iOS APP上架被拒3.1.1支付问题解决方案

Guideline 3.1.1 - Business - Payments - In-App PurchaseWe noticed that your app uses in-app purchase products to purchase credits or currencies that are not consumed within the app, which is not appropriate for the App Store.

3.1.1问题就是支付方面没有做好。

因为苹果要求虚拟商品必须走IAP也就是苹果支付方式,不能使用支付宝微信支付。

当然实物商品是可以使用支付宝或者微信支付

所以如果遇到这种问题,确实是虚拟类商品比如说游戏的金币,道具等,还是要按规矩走苹果支付,通过隐藏第三方支付,来绕过审核这种方式也不怎么管用,苹果审核会扫代码!

有时可能没有做支付,但使用了支付宝SDK,微信和QQ SDK等,也可能反馈这个问题。

要把含有微信支付或者支付宝支付的注释或者方法名都删掉,耐心跟苹果回复沟通问题!

iOS APP上架被拒重新提交审核教程

原文地址:https://www.cnblogs.com/appuploader/p/11534589.html