CLP
CLP
  • 发布:2019-10-08 15:26
  • 更新:2023-12-15 22:34
  • 阅读:37706

iOS提交AppStore审核时:提示有其他支付并隐藏功能被拒的处理办法

分类:5+ SDK

背景提示:数字类产品(比如购买会员等不需要配送实物的商品),Apple规定必须使用苹果IAP应用内支付,给Apple分成30%。打包的时候不要勾选微信或支付宝等其他支付方式。如果你提交的包里包含了微信支付宝等支付的sdk,即使没使用,Appstore也会认为你有隐藏方式,以后会绕过iap,不给Apple分成,因此拒绝你的App上线

  • 应用中如果没有交易功能,不要包含任何支付相关模块和任何支付相关的js代码
  • 应用中如果只包含虚拟物品交易,只能使用苹果应用内支付(IAP),不能使用支付宝和微信支付
  • 应用中如果包含实物交易,可以包含支付宝和微信支付

使用HBuilderX提交云端打包

提交苹果商店审核时,提示“有其他支付并隐藏功能被拒”或者“报PGPay SDK不允许上架的问题”,请按以下方法处理:

  • 如果应用没有交易功能,在manifest.json的“(App)模块权限配置”页的“打包模块配置”项下不要勾选“Payment(支付)”,重新打包提交
  • 如果应用只包含虚拟物品交易,在manifest.json的“(App)SDK配置”页的“支付”项下勾选“Apple应用内支付”,不要勾选支付宝和微信支付。这时需要和苹果沟通,说明的大概意思是:PGPay SDK 的PGPay只是个名字而已,并不是什么支付SDK,并没有违反苹果支付相关的政策。
  • 如果应用包含实物交易,可以使用支付宝和微信支付。这时需要和苹果沟通,说明应用使用支付功能的场景。

使用5+ SDK本地离线打包

按照签名的规则确定应用包含的支付模块,按以下方法确认:

  • 确定工程中是否有微信和支付宝支付的功能,如果没有把不需要的微信和支付宝的相关库删除,删除时参考离线sdk包里的Feature-iOS.xls文件中Payment模块的配置。
    注意:微信SDK有2个,一个是带支付的(libWeChatSDK_pay.a),一个是不带支付的(libWeChatSDK.a),删除时,删除带支付的。但是工程中有用到微信其他的功能需要添加libWeChatSDK.a库以免编译报错
  • 如果工程中没有微信和支付宝的功能,但是有苹果支付的功能需要liblibPayment.a库和libIAPPay.a,只有libIAPPay.a库,工程编译会报错。
  • 如果工程中也没有苹果支付,那么把liblibPayment.a库和libIAPPay.a都删除,删除时参考离线sdk包里的Feature-iOS.xls文件中Payment模块的配置。
  • 如果工程中有libBaiduWalletSDK.a,libpingpppay.a和libpingpp.a这3个库,Pingpp.bundle和BaiduWalletSDKBundle.bundle这2个文件,把它们都删除。
  • 如果删除过程中编译报“_SKStoreProductViewController”这么一个错,需要在工程中添加系统库StoreKit.framework。
  • 如果工程中没有支付功能需把相关的支付的js代码删除。
  • 查看工程中PandoraApi.bundle中feature.plist文件,把Payment节点下的extend节点里的项,按自己的业务情况删除;比如,业务中没有支付宝支付,那就把“alix”这项删除,没有微信支付,就把“weixin”这项删除,如果没有支付功能,把Payment整个节点删除。
  • 如果还是提示“有其他支付并隐藏功能被拒”或者“报PGPay SDK不允许上架的问题”,需要和苹果沟通,说明的大概意思是:PGPay SDK 的PGPay只是个名字而已,并不是什么支付SDK,并没有违反苹果支付相关的政策。

提示这个“报PGPay SDK不允许上架的问题” 在2.3.3.20190924之后的版本会把名字改掉,以便不再报这个上架的问题。

12 关注 分享
n***@163.com 你猜猜我是谁 A***@163.com 6***@qq.com 5***@qq.com 睡不醒哎 1***@qq.com 天逸 快乐学习生 Mr康 糖猫猫 Jerry_2020

要回复文章请先登录注册

maple

maple

回复 CLP :
帮忙看下,谢谢!
http://www.shineideas.com/app/funneedle/__UNI__B420340_0331010626.ipa
2020-04-08 22:45
CLP

CLP (作者)

回复 maple :
你把你有问题的ipa发我
2020-04-08 16:13
maple

maple

回复 CLP :
是云打包,app没有支付功能,所以没有勾选支付模块。但是还是被拒绝,提示有alipay,baidu,qq,wechat字符
2020-04-08 15:54
CLP

CLP (作者)

回复 maple :
离线打包还是云打包,仔细看上面的文章
2020-04-08 14:54
忘记

忘记

已经去掉支付宝、微信勾选,还是审核失败,Info.plist里查看还是存在alipay内容,申诉的话 需要怎么回复他们?

We still discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.
Hbuilder
Specifically, we found that your app includes AliPay (支付寶), which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than the in-app purchase API.

If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

- Review the Performance section of the App Store Review Guidelines.
- Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
- Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.

Please see attached screenshots for details.
2020-04-08 14:47
maple

maple

今天被苹果拒了,提示包含alipay,baidu,qq,wechat字符,但是没有勾选支付,如何解决,是不是plist里面包含这些字符。

拒绝如下:
We discovered that your app contains hidden features.

Specifically, your app continues to contain code support for web-based payment options such as Alipay, Baidu, QQ, and WeChat Pay not readily visible to App Review.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.
2020-04-08 14:23
忘记

忘记

回复 4***@qq.com :
请问,你是怎么说申诉内容的?
2020-04-08 13:53
5***@qq.com

5***@qq.com

完全按照文档处理的 几个月咯 还是一直过不了!每次提交版本或者给苹果写信都是这个回复

Guideline 2.3.1 - Performance


We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.

Specifically, your app contains financial transactions without the necessary authorization.

If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

- Review the Performance section of the App Store Review Guidelines.
- Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
- Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.
2020-02-10 01:05
4***@qq.com

4***@qq.com

@ DCloud_IOS_CLP :另外再提一点优化建议, 没有勾选支付宝和微信支付的情况下,云打包后ipa的Info.plist白名单列表中还包含有taobao(淘宝), tmall(天猫),vipshop(唯品会), suning(苏宁易购), ctrip(携程), imeituan(美团),dianping(大众点评) 等知名电商app的关键字,可以得话,建议能删掉的都删掉,苹果怀疑我们引导用户到外部系统中付款,购买完成后回到苹果app内使用商品或服务,说这个也是违反了应用商店规定的。
2020-01-03 09:13
4***@qq.com

4***@qq.com

@ DCloud_IOS_CLP : 感谢大神的帮助,在alpah版本的改动中解决了“不勾选支付宝和微信支付的情况下,云打包后ipa的Info.plist白名单列表中包含alipay和safepay关键字,以及PandoraApi.bundle/feature.plist 中 包含alix , PGWXPay等关键字” 的问题。 通过两处申诉,我们的IOS版本终于审核通过了。 正式版本的HbuilderX 以及打包机中,请一定要把这个重大的改动维护进去,谢谢!
2020-01-03 09:01