iPhone 上的 AdMob 偶尔会打开浏览器并冻结应用程序
刚刚遇到将 AdMob 集成到我的 iPad 应用程序中的问题。
问题是,有时 AdMob 会在设备未触摸时打开自己的浏览器,然后什么也不会发生(该浏览器中没有加载广告)并且 UI 根本没有反应,所以最终我的应用程序被冻结。
AdMob是通过AdWhirl集成的,但问题不存在。我将断点设置为 adViewWillPresentScreen: ,堆栈跟踪仅显示 AdMob 的类,而不显示 AdWhirl。
将 AdWhirl 日志切换到调试模式,但看不到任何可疑内容。
我在iPhone上没见过这样的问题。
有人遇到过这个问题吗?有什么解决办法吗?
Just encountered the problem with integration of AdMob into my iPad application.
The problem is that sometimes AdMob opens its own browser when device even not touched and then nothing happens (no ad is loaded in that browser) and UI doesn't react at all, so eventually I get my app frozen.
AdMob is integrated through AdWhirl, but problem is not there. I put breakpoint to adViewWillPresentScreen: and stack trace shows only AdMob's classes and no AdWhirl.
Switched AdWhirl log into debug mode, but can not see anything suspicious.
I haven't seen such problem on iPhone.
Has anyone faced this problem and is there any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过将 AdMob SDK 更新到最新版本,该问题得到解决。
The problem got solved by updating AdMob SDK to the latest version.