Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS app from AdMob error = com.google.DummyAdapter?

 <Google> Cannot find an ad network adapter with the name(s): ( "com.google.DummyAdapter" ). Remember to link all required ad network adapters and SDKs, and   set -ObjC in the 'Other Linker Flags' setting of your build target. 

In my AdMob.com account in the mediation stack next to the name of my app, under mediation it says 2 ad sources and when I click on 2 ad sources it shows iAd at 1.50 eCPM and AdMob at 1.00 (floor) eCPM. Next to AdMob it says AdMob Network (Not maximizing revenue. Optimize now). (App is currently NOT in iOS app store).

I'm using GoogleMobileAdsSDKiOS-7.1.0. When -7.1.0 was new I followed all the instructions on Admob site for ads to work on it. So I already have -ObjC set in "other linker flags". I have all the network adapters and SDK. So I don't know why yesterday and today I'm getting this Google message but never before. Why am I getting the message with "com.google.DummyAdapter"?

(I only receive the Google message when I build and run Xcode project on iPhone 6 device. Has no affect on other devices. Only iPhone 6 live ads don't fill even though AdMob.com shows 13 impressions)

like image 579
joey gusto Avatar asked Aug 11 '15 17:08

joey gusto


People also ask

Does Google AdMob work on iOS?

In future, if you already have an app on the App Store, you can let AdMob retrieve your app information. Set the app name to GoogleAdMobDemo and choose iOS for the platform option. Click Add to proceed to the next step. AdMob will then generate an App ID for the app.


1 Answers

AdMob sends back a mediation list with only "com.google.DummyAdapter" when the actual network list returned to the app is empty. This is a special case, and it essentially just means "no fill".

It is quite possible that this happens if you set an eCPM floor and AdMob is your only network. For example, if you set a floor of 1.00 and AdMob does not have an ad worth $1.00 eCPM to show, AdMob excludes itself from your mediation chain.

In this example I'd still expect iAd to be returned. As for why it wasn't, maybe your ad unit had country level settings with iAd disabled in your country (wild guess).

like image 191
Eric Leichtenschlag Avatar answered Sep 19 '22 15:09

Eric Leichtenschlag