吕地瓜
吕地瓜
  • 发布:2019-06-28 06:24
  • 更新:2019-10-17 12:11
  • 阅读:4287

PGPAY Alipay 苹果审核被拒,使用官方最新的hbuilderx在线打包,

分类:uni-app

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, we found that your app includes PGPay, AliPay and Taobao Payments, 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.

2019-06-28 06:24 负责人:无 分享
已邀请:
吕地瓜

吕地瓜 (作者)

我们同时使用了iap和支付宝,但是我们通过判断运行环境只给了安卓端使用支付宝的权限。以前更新了几十个版本没出现过这个问题,请问是否以后打包ios的时候要先勾选掉支付宝sdk?

  • q***@163.com

    老哥,重新提交怎么样,我也遇到这个问题了

    2019-07-15 10:59

吕地瓜

吕地瓜 (作者)

我们一直是这样处理的```javascript
if (uni.getSystemInfoSync().platform === 'ios') {
//跳到iap支付页面
}else{
//跳到支付宝页面}

吕地瓜

吕地瓜 (作者)

但是这个pgpay是什么。。。

DCloud_iOS_XHY

DCloud_iOS_XHY

你好,虚拟类产品iOS必须使用苹果支付,打包的时候不要勾选其他支付方式,即使不用也不要勾选,苹果审核机制一直在更新,重新打包提交审核吧;

  • 吕地瓜 (作者)

    谢谢已经重新提交

    2019-06-28 13:06

q***@163.com

q***@163.com - 前端开发

老哥,重新提交之后怎么样,我也遇到这个问题了

1***@qq.com

1***@qq.com

请问楼主,我也遇到了这个问题,请问你是怎么解决的

3***@qq.com

3***@qq.com

我刚也遇到过,被苹果pgpay sdk 驳回了,请问是什么修改的。

吕地瓜

吕地瓜 (作者)

manifest中将支付宝、微信支付先去掉,单独打包ios端

  • 忘记

    我们跟你们一样,只有安卓用了支付宝微信,这样处理打包好麻烦

    2020-04-07 14:10

  • 吕地瓜 (作者)

    回复 忘记: 没办法,有时候还会忘记点掉被苹果锁小黑屋。哈哈哈

    2020-04-08 14:45

  • 忘记

    我们去掉勾选了,还是审核失败了,还是提示有隐藏支付,纠结,Info.plist里查看还是存在alipay

    2020-04-08 14:53

该问题目前已经被锁定, 无法添加新回复