首页 > 解决方案 > 更新适用于 iOS 的 Google-Mobile-Ads-SDK 时出现问题

问题描述

我想更新 Google-Mobile-Ads-SDK pod 以删除 UIWebView 的实例,但根据文档链接,需要将一个GADApplicationIdentifier必须添加到 Info.plist 文件中才能正确初始化 SDK . 我没有 admob 帐户,我只使用 Ad-Manager 在应用中展示原生广告。有没有其他方法可以在不添加GADApplicationIdentifierInfo.plist的情况下更新 SDK

标签: iosadmobgoogle-ad-managergooglemobileads

解决方案


Got the solution for this: If you don't have an AdMob account and you are showing the ads using AdManager, then you can add the following key GADIsAdManagerApp to YES in your Info.plist, to initialise the Ads SDK properly with the latest version


推荐阅读