AdMob ads not showing in iOS

独自空忆成欢 提交于 2019-12-04 12:50:26

Google deprecated the old admob library and discontinued it. We need to update to the latest version for ads to keep working. We plan on updating the cn1lib within the near future, I'm assuming that is the implementation you are referring to.

AdMob ads are not showing because for iOS 9 http URL’s are blocked by Apple. They show up by using the build hint

ios.plistInject=<key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true/></dict>

Take a look at this

https://groups.google.com/forum/#!topic/google-admob-ads-sdk/DeqKJQx_rgk

Based on that the deadline is September 15, so your problem isn't related to this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!