Reputation: 1176
I want to update the Google-Mobile-Ads-SDK pod for removing the instances of UIWebView, but according to the documentation link, there needs to be a GADApplicationIdentifier
that has to be added to the Info.plist file in order to initialise the SDK properly. I don't have an admob account, I only use Ad-Manager for showing native ads in the app. Is there any other way to update the SDK without adding the GADApplicationIdentifier
in Info.plist
Upvotes: 1
Views: 1014
Reputation: 1176
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
Upvotes: 2