AdMob Mediation reward video ad Error Domain=com.google.ads Code=9 No ad returned from any ad server

醉酒当歌 提交于 2019-12-12 04:59:19

问题


I use Google AdMob Mediation for iOS, load reward video ad returns error, error code is 9, message is:

Error Domain=com.google.ads Code=9 "No ad returned from any ad server." UserInfo={NSLocalizedDescription=No ad returned from any ad server., NSLocalizedFailureReason=No ad returned from any ad server.

Does anyone know how to fix it?

|improve this question

回答1:


This error usually returned for a couple of reasons.

  • There were no ads that are available to serve the specific user.
  • Content width is not enough for the ad to be shown fully
  • You just created the ad element at AdMob and it'll take some time before it'll start serving you ads.
  • You are using the wrong App ID or ID. Just double check them as you might have just copied the example from documentation and forgot to change it to your unit's app id or id.
  • Last but not least, you didn't properly initialize the AdMob. Go back and read the documentation again.


来源:https://stackoverflow.com/questions/46683880/admob-mediation-reward-video-ad-error-domain-com-google-ads-code-9-no-ad-returne

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