没见
没见
  • 发布:2020-10-14 11:33
  • 更新:2020-10-19 11:20
  • 阅读:2077

云打包的app一直无法通过苹果商城审核,一直提示包含有alipay!

分类: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 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. Alipay  

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.  

manifest.json中相应 的配置

/* 模块配置 */  
        "modules" : {  
            "VideoPlayer" : {},  
            "Payment" : {}  
        },  
……  
/* SDK配置 */  
            "sdkConfigs" : {  
                "payment" : {  
                    "appleiap" : {}  
                },  
                "ad" : {}  
            },

同时已在代码中全文搜索alipay相关的关键词,文件改名,代码中有相关的都去除了,另外也把ipa包解压查看了里面对应的文件也没发现有相关字符,提交了N次,一直都没有过,回复邮件让他们截图,但是他们没有回应,只是一直说里面包含有alipay,实在是找不到哪里有问题了,快要疯了!

2020-10-14 11:33 负责人:无 分享
已邀请:
没见

没见 (作者)

应用终于审核通过了,主要的问题是包里有一个支付宝的图标,但是因为名称不是alipay的关键词,所以导致一直没有发现,上周五的时候在@DCloud_iOS_XHY 的提醒下,就把包里所有的图片都找出来一个个看,随手把看到是支付宝的图标都删除了,然后再次提交,晚上终于通过了!在此纠结快1个月的问题终于解决了,在此感谢@DCloud_iOS_XHY 还有 @DCloud_IOS_CLP,同时给大家提醒下:如果没有支付功能,提交的时候当然首先要把支付的模块先去了!
其次,跟第三方支付相关的变量名文件名图标也不能够有!

雨夜敬清秋

雨夜敬清秋

1、如果没有用到支付,就不要勾选 Payment 模块
2、如果需要用到支付,就不要试图去隐藏、改名等,但凡APP涉及到内购虚拟品,老老实实走 ipa,别妄想可以躲过去
3、检查是否使用到的原生插件中包含了支付

  • 没见 (作者)

    完全去了payment这个也一样,app里也没有支付的功能,文件名,变量名等都改了还是一样没通过,真是给折磨的快疯了,我是云打包的,包里到底是不是还有对应的库,这个我就不知道了,唉

    2020-10-14 12:40

  • CLP

    回复 没见: 说是包含支付宝? 你包含了吗? js的支付宝代码全部删除了吗

    2020-10-14 15:36

  • 没见 (作者)

    回复 CLP: js支付宝代码?你是说uni.requestPayment这个代码吧?这个方法代码里完全没有

    2020-10-15 09:25

CLP

CLP

app里也没有支付的功能,文件名,变量名等都改了还是一样没通过。 改变量名没有用的,要把支付的功能代码删除

  • 没见 (作者)

    多谢回复,我的代码里完全没有支付的功能,所以现在也不知道问题出在哪,能够帮忙看看是怎么回事吗?

    2020-10-15 09:28

  • CLP

    回复 没见: 那你用的HX版本是多少

    2020-10-15 11:25

  • CLP

    你的app没有微信支付、支付宝支付、苹果支付的代码吗? 没有怎么会有这个警告,用了原生插件了吗?是不是原生插件里用到了?

    2020-10-15 11:27

  • 没见 (作者)

    回复 CLP: 我用的是最新HX,然后我是用云打包的,没有用原生插件,也没有支付的代码,即没有用过相关支付的API

    2020-10-15 11:34

  • CLP

    回复 没见: 你把你的ipa发我,我查查

    2020-10-15 12:35

  • 没见 (作者)

    回复 CLP: 非常感谢!!!链接:https://pan.baidu.com/s/15wlAv8HryyIVhNKrcOPyVQ 提取码:a0uf

    2020-10-15 12:47

  • CLP

    回复 没见: ApplePaymentNews 这是啥?不是支付吗

    2020-10-15 15:37

  • 没见 (作者)

    回复 CLP: 在哪里?是指方法还是???代码中没有搜索到这个,具体在哪?谢谢!

    2020-10-15 16:01

  • CLP

    回复 没见: 搜索啊,我哪知道在哪里?你写的代码不是吗

    2020-10-15 16:05

  • CLP

    interceptRequestPayment

    2020-10-15 16:10

  • 没见 (作者)

    回复 CLP: 整体项目都搜索过了,没有发现有这个词啊,你是在哪里搜索到的,能否截图给我看看是哪个文件吗?

    2020-10-15 16:40

  • 没见 (作者)

    ApplePaymentNews 这个我找到了,但是只是一个变量名,这个是原因吗?如果是的话,我改一下名字

    2020-10-15 16:42

  • CLP

    回复 没见: ApplePaymentNews 你刚才不是也没找到吗?总结一句话,工程里不要有任何关于支付相关的代码,记住是任何,切记是任何

    2020-10-15 16:57

  • CLP

    变量名也不要和支付相关

    2020-10-15 16:58

  • CLP

    好好理解支付相关的这4个字的意思

    2020-10-15 16:59

  • 没见 (作者)

    回复 CLP: 好的,明白了,感谢!!!!我现在再把代码中有相关的字符都改了再提交一次看看

    2020-10-15 17:02

  • 没见 (作者)

    回复 CLP: 昨天提交了,今天还是一样没通过,大神有空麻烦帮忙再看看,谢谢!!!链接:https://pan.baidu.com/s/1mKJArnU5AcxYYkvJ9SVGBA 提取码:zqtd

    2020-10-16 11:06

  • CLP

    回复 没见: 反馈这么快吗? 构建版本的时候给的反馈,还是提交审核给的

    2020-10-16 14:47

  • 没见 (作者)

    回复 CLP:是啊,提交后审核的,审核反馈信息跟之前一样,没有变化

    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 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.

    2020-10-16 15:24

  • CLP

    回复 没见: requestPayment。你自己不会搜索吗?

    2020-10-16 16:09

  • 没见 (作者)

    回复 CLP: 源代码里面是没有这个的,但是打包后的包里面能够搜索到这个,但是这些是打包后加进去的,我要怎么样修改??

    2020-10-16 17:14

  • 没见 (作者)

    回复 CLP: uni-jsframework.js 是这个文件里有包含对应的方法

    requestPayment: function(n, r) {

    var i = n.provider;

    Wl.payment.getChannels(function(e) {

    var t = e.find(function(e) {

    return e.id === i

    });

    t ? Wl.payment.request(t, n.orderInfo,

    function(e) {

    e.errMsg = "requestPayment:ok",

    dr(r, e)

    },

    function(e) {

    dr(r, {

    errMsg: "requestPayment:fail:" + e.message

    })

    }) : dr(r, {

    errMsg: "requestPayment:fail:支付服务[" + i + "]不存在"

    })

    },

    function(e) {

    dr(r, {

    errMsg: "requestPayment:fail:" + e.message

    })

    })

    },

    2020-10-16 17:22

DCloud_iOS_XHY

DCloud_iOS_XHY

你好 看下私信,加我好友,我来排查一下

  • 没见 (作者)

    好的,谢谢!!!!

    2020-10-16 18:10

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