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