Appodeal Banner Ads Not Showing

There are a lot of moving pieces here.

  1. Please don’t do any ad operations in scene:create(). Please defer them until the scene is on the screen in scene:show()'s “did” phase.

  2. Please put code at the top of your adListener() function to print the contents of the event table. You can google around/search for Lua table printing functions. Then you need to tether your test device to your computer and watch the console log to see what the ad service is telling you. Without doing this, you’re just going to frustrate yourself and spend time guessing on solutions.

  3. Ad initialization takes time. It happens in the background and you cannot make any other ad calls until initialization is complete. When you go to your scene and are calling appodeal.show() you’re likely calling it before initialization is complete. You need to do more work in your adListener function to set up a way to let the rest of your code that the plugin is done initializing and you can safely call other functions.

Rob

Yes, I just tried, same thing

Oh Yes. That’s a better Idea. I’ll do that.

Arghhh… I’m not seeing banner ads either now on my Android devices, the rewarded video played OK … Has something changed?

banners are still showing on my Apple devices

Yazan,

I just started using Appodeal, so my knowledge and experience is very limited…  

But have you checked on your appodeal dashboard, your android app setup - under AdNetworkMonitor Tab and see that you have ‘Banners’ selected?

THANK YOU. So I had banner ads turned on but for some reason, all the ad platforms in the banner section were togggled off. I just toggled them on and I got the banner ads.

GENIUS !  If your  “knowledge and experience is very limited” then I dread to think what mine is.

​The switches visually appeared to be ON but as they are labelled the wrong way round (ON/OFF)  I turned them all OFF, that didn’t work but when I turned them back ON again the banners returned. So great “spot” by you.

I think they must have done something with the site as they were working before.

Thanks