skywing2009
skywing2009
  • 发布:2023-08-28 18:25
  • 更新:2024-08-22 11:24
  • 阅读:502

【报Bug】uniapp 我的app打包提交到apple store后被拒绝,说我有隐藏或包含支付宝支付功能,但我所有跟支付宝支付和微信支付的配置都去掉了,还是提示这个

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: macOS High Sierra 10.13.6

HBuilderX类型: 正式

HBuilderX版本号: 3.8.12

手机系统: iOS

手机系统版本号: iOS 15

手机厂商: 苹果

手机机型: iphone 6s

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

提交到appstore

预期结果:

要能审核通过

实际结果:

被拒绝

bug描述:

Hello,

The issues we previously identified still need your attention.

If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know.

Guideline 2.3.1 - Performance

We still noticed that your app may contain hidden features, functionality, or content.

Specifically, your app includes AliPay (支付寶), which enables the purchase of digital content, services, or functionality by means other than in-app purchase.

The App Store ecosystem is built on trust and users should never be misled about the apps they download. Attempting to hide features, functionality, or content in your app may lead to removal from the Apple Developer Program.

Next Steps

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

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 App Store Connect to explain how this feature works.

The next submission of this app may require a longer review time.

2023-08-28 18:25 负责人:无 分享
已邀请:
skywing2009

skywing2009 (作者)

我的Bundle ID:uni.UNIF569D88

DCloud_iOS_WZT

DCloud_iOS_WZT

AliPay 所有的关键字都去掉 如果安卓有相关功能 最好跟iOS分开打包 iOS打的时候 安卓的Payment都去掉

  • skywing2009 (作者)

    现在就是安卓和IOS的payment都去掉了再打包的。 您说的AliPay 所有的关键字都去掉是指manifest.json文件里的吗?这个文件里目前已经是没有AliPay关键之。但我的vue文件中还存在AliPay相关的调起支付功能,是不是vue相关代码都要去掉呢?按理说跟js无关吧!

    2023-08-28 23:11

  • DCloud_iOS_WZT

    回复 skywing2009: 任何文件只要包含alipay关键字都有可能审核被拒

    2023-08-29 11:07

  • DCloud_iOS_WZT

    回复 skywing2009: alipay wxpay 这种都不行

    2023-08-29 11:08

skywing2009

skywing2009 (作者)

vue等文件里包含支付宝相关的调用如下面截图:

DCloud_iOS_WZT

DCloud_iOS_WZT

打包iOS的时候 都去掉

  • skywing2009 (作者)

    ifdef MP-ALIPAY 条件编译也要去掉吗?

    2023-08-29 18:13

海绵1024

海绵1024

请问解决了么?我也遇到这种情况了。

要回复问题请先登录注册