Guideline 2.3.1 - Performance
We 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.
解决办法:
1.打开项目,全局搜索:支付宝
、alipay
;找到后,删除或者替换成其它文字;
2.打开终端:cd 到该项目目录中
3.终端输入:grep -r alipay .
(注意:后边的空格
和.
不能少)
我这里查到的结果是隐私政策文件里面有支付宝
根据文件目录找到文件去做修改