美文网首页
搜索项目内的关键字 New apps that use UIWe

搜索项目内的关键字 New apps that use UIWe

作者: 守护地中海的花 | 来源:发表于2022-01-04 12:05 被阅读0次
**ITMS-90809: Deprecated API Usage** - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more ([https://developer.apple.com/documentation/uikit/uiwebview](https://developer.apple.com/documentation/uikit/uiwebview)).

image.png image.png

因为苹果审核是机器审核 所以硬性条件不能有的。出现问题解决就好 全部搜索不到支付宝、UIWebView问题后 可以尝试下吗的脚本

如果搜索不到 那么就 用下面脚本搜索

cd 到工程目录下
grep -r alipay .
grep -r 支付宝 .
grep -r UIWebView .

相关文章

网友评论

      本文标题:搜索项目内的关键字 New apps that use UIWe

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