I'm having a little bit of an issue with the admob extension on Android. I'm using a banner ad, on the bottom if that matters, and when the game loses focus the ad disappears. For example, when I go to see another program and come back the ad is gone. And it won't come back anymore in the places I have a SHOW AD.Anyone?
hey guyshow you handle the initialize admob fullscreen ad block?i mean if you just load it once if you start the game?have have this codeline now in my mainmenueso it initialize the fullscreen ad at the startbut every time i switch back to the main menue it initialize againso how you handle this?i just can do an extra scene before the mainmenue for initializeand you cant switch to this scene but i think this make s my game a lil bit look weird
According to what I've read in this topic, it's a known issue and has no fix at the moment. It also happens to me with my Motorola Moto G. The thing is, in my case at least, it only happens when tapping the 'Back' button. With the 'Home' button there is no malfunction.By the way, thanks Abliblablobla for this extension, it's great
Quote from: Tharaa on May 16, 2014, 01:01:35 pmhey guyshow you handle the initialize admob fullscreen ad block?i mean if you just load it once if you start the game?have have this codeline now in my mainmenueso it initialize the fullscreen ad at the startbut every time i switch back to the main menue it initialize againso how you handle this?i just can do an extra scene before the mainmenue for initializeand you cant switch to this scene but i think this make s my game a lil bit look weirdWhat I did with one of my games was I had 2 duplicated title screens, one that initialised all the variables and one you returned to when returning to the main menu.
I've a question related to admobs but not to the extension, when my admob account opens it stuck on "loading" and shows nothing but white screen, this happens to me from 12 hours..anybody experienced this issue? does this mean that my account has been closed or something?
Quote from: letmethink on May 19, 2014, 10:07:16 amQuote from: Tharaa on May 16, 2014, 01:01:35 pmhey guyshow you handle the initialize admob fullscreen ad block?i mean if you just load it once if you start the game?have have this codeline now in my mainmenueso it initialize the fullscreen ad at the startbut every time i switch back to the main menue it initialize againso how you handle this?i just can do an extra scene before the mainmenue for initializeand you cant switch to this scene but i think this make s my game a lil bit look weirdWhat I did with one of my games was I had 2 duplicated title screens, one that initialised all the variables and one you returned to when returning to the main menu.I did it so that there is a when created block in the main menu page. It has an if-statement in it that asks if a boolean banner initialized is not true, then initialize admob ... after the initialization there's a set boolean banner to false. So the next time it comes in, the boolean banner is false and it doesn't go in.
Are interstitials supposed to pause the game when showed?Looks like I can't get them to work xDI want them to fire after tapping a Replay button and before reloading the scene.I initialize them just once, and when the Replay button is pressed I use the load and show blocks just before reloading, but when testing on my phone nothing happens, it reloads scene without showing ad. What am I doing wrong?
Is anyone else having an issue where you can only show 1 full screen ad per session on iOS?
Quote from: Kazetoon on May 20, 2014, 12:41:19 pmIs anyone else having an issue where you can only show 1 full screen ad per session on iOS?Did you include Google AdSense inventory? (This is something you have to do from the AdMob site)I think I was able to display more than one interstitial per session, but I will have a look at this issue (?) whenever I start to work on the new version of this extension (probably early this summer since I don't have much spare time at the moment).