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

自闭症网瘾萝莉.ら 提交于 2019-12-02 22:18:49

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).

This is one of those errors where the solution is different for different people.

In my case, the fix was:
1. Find googlemobileads.framework in the finder.
2. Drag it into the trash.
3. Re-download.
4. Unzip.
5. Drag the new one into the same location where the old one was.

If that doesn't work for you, look around; there are a lot of similar questions, and one of them will probably have the answer.

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