Admob response loadFaild

天大地大妈咪最大 提交于 2019-12-25 02:28:31

问题


I have built a Corona SDK app that I want to contains ads (using an Admob).

I have 2 apps: one that I already published to the Google play and what I needed now is to republish it with an ad banner. And a second app that I haven't published at all.

When I tried to insert banner to my app that I already published it's shows the banner properly but when I tried to add the SAME impletation to the app I haven't published yet I received constantly "error code 3".

So, my question is: Is admob require that the app will be published in the "Google Play" store to be able to get ads?

Thank all.


回答1:


Are you setting the ads to use testMode? If your app isn't published yet, you should not be getting live ads. But if you haven't published yet, you're not allowed to show live ads.

See: http://docs.coronalabs.com/plugin/admob/init.html

Rob



来源:https://stackoverflow.com/questions/53575020/admob-response-loadfaild

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