美文网首页
Specifically, we found that your

Specifically, we found that your

作者: 曾经像素有点低 | 来源:发表于2020-05-19 14:01 被阅读0次

    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.

    详情如图所示:


    谷歌翻译Apple审核.jpeg

    解决办法:

    1.打开项目,全局搜索:支付宝alipay;找到后,删除或者替换成其它文字;

    2.打开终端:cd 到该项目目录中

    3.终端输入:grep -r alipay . (注意:后边的空格.不能少)

    我这边查出如下结果:
    
    截屏2020-05-19 下午1.38.11.png
    意思是在我的Pods库中这个友盟分享的framework文件夹里
    含有一个json文件,
    文件中含有"umsocial_alipay.png"文本
    

    4.跟着路径 进入到这个文件夹中,打开json,后删了那一句


    截屏2020-05-19 下午1.39.03.png

    5.终端输入: grep -r 支付宝 .
    查出结果如图:

    截屏2020-05-19 下午1.38.34.png

    6.这些备注就被我删除了,代码里的支付宝就被我改成了zf宝;

    然后我就打包提交了

    相关文章

      网友评论

          本文标题:Specifically, we found that your

          本文链接:https://www.haomeiwen.com/subject/iqcbohtx.html