UIWebView仍然存在于Google移动广告中 [英] UIWebView still exist in Google Mobile Ads

查看:312
本文介绍了UIWebView仍然存在于Google移动广告中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为IOS进行构建,但是在上传到ITuneconnect之后,我收到了此消息.ITMS-90809:不推荐使用的API用法-不再接受使用UIWebView的新应用程序.而是使用WKWebView来提高安全性和可靠性.了解更多信息( https://developer.apple.com/documentation/uikit/uiwebview ).

I am trying to build for IOS but after uploading to ITuneconnect I got this message. 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).

我知道这个问题已经存在.我使用此命令搜索了我的项目

I know this problem exists already. I searched my Project using this command

grep -r"UIWebView".

grep -r "UIWebView".

我有一场比赛

二进制文件./GoogleMobileAds.framework/GoogleMobileAds匹配

Binary file ./GoogleMobileAds.framework/GoogleMobileAds matches

请让我知道如何解决此问题.

Please let me know how can I solve this problem.

那么任何人都有解决方案,请帮助我.

Anyone have a solution then, please help me.

谢谢.

推荐答案

好的!

因此,请安装此行 pod'Google-Mobile-Ads-SDK'

不要担心 grep -r"UIWebView";.它将在Google Ads中显示UIWebView,

And don't worry about grep -r "UIWebView" . It will show UIWebView in Google Ads,

但这不会阻止您构建应用并提交到TestFlight/App Store,

But It will not stop you from Build your app and submit to TestFlight/App Store,

因为Google已修复此问题.

Because Google has fixed this.

积分:

  • 清除您的派生数据(/Users/yourMacName/Library/Developer/Xcode/DerivedData/)
  • 清理Xcode项目(cmd + shift + k)

这篇关于UIWebView仍然存在于Google移动广告中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆