Admob banners and Storyboard

I am using the Admob plugin for my ads, I am displaying banner ads on certain screens, but there is a few second delay before the ad displays. I am calling ads.show() in my enterScene() function using storyboard.

Is this the right place to do so? Is there a way to speed up the display of my ads or even preload them?

Thanks,

Gooner87

For Storyboard, enterScene() is the right place.  You could gain your transition time back if you enabled the willEnterScene() event and put your ad.show() there, but there is a chance the ad could show before the transition completes.

Rob

For Storyboard, enterScene() is the right place.  You could gain your transition time back if you enabled the willEnterScene() event and put your ad.show() there, but there is a chance the ad could show before the transition completes.

Rob

Not only has some delay before that ads appears but it also temporarily freezes (ms) the game while trying to load the ads on older devices (e.g Galaxy S1).

It would be nice to have a way to preload them…

Not only has some delay before that ads appears but it also temporarily freezes (ms) the game while trying to load the ads on older devices (e.g Galaxy S1).

It would be nice to have a way to preload them…