-
Can you Pre Load Admob?
Is there any way to preload Admob interstatials? I'm seeing loading times of 15-18 seconds, which doesn't sound big, but I'm loading them on my Game Over screen, and that's pretty long for a screen I'd expect a player to spend 10 seconds on.
Thank you!
-
admod preloads the ads with Load xxxxxxxxx
it can be anywhere between 1-5 seconds, depending on the speed of your connection.
so best thing to do is load it while your game is loading, intro, menu etc..
Be-careful though how you do it... Read the Google Admob help online.. Google made me change the way I was showing ads, and took some time with them, to get it according to their rules.
but now it's actually also making more money for me, so it's a win, win.
you cannot load Admob in 1 frame, and show in another frame, it has to be done all in 1 frame. (that was google's problem with me lol)
so I combined the loading and menu screen into 1 frame, and it only takes 2-3 seconds for me now to load the ad.