Iphone iOS 7 / admob: Interstitial ad shows the status bar in front of the ad and close button

The ad does close if you try to touch the x a couple times. The status bar also shows between the loading image and the first storyboard scene being loaded, so I guess the main problem is that the status bar won’t go away using the standard 

 

    iphone = {         plist = {             UIAppFonts =             {                 "Roboto-Light.ttf",                 "Roboto-LightItalic.ttf",                 "Roboto-Thin.ttf"             },             UIStatusBarHidden = true,              UIPrerenderedIcon = true, -- set to false for "shine" overlay             UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend                         CFBundleDisplayName = "Sun & Moon Pro"             --[[            -- iOS app URL schemes:             CFBundleURLTypes =             {                 {                     CFBundleURLSchemes =                     {                         "fbXXXXXXXXXXXXXX", -- example scheme for facebook                         "coronasdkapp", -- example second scheme                     }                 }             }             --]]         }     },  

and

display.setStatusBar(display.HiddenStatusBar)    -- show no/default status bar (iOS)  

Foto%202014-01-20%2015%2039%2017.png

Separate link to screenshot https://www.dropbox.com/s/08cb1v5arx2nbzf/Foto%202014-01-20%2015%2039%2017.png

Adding UIViewControllerBasedStatusBarAppearance = true to the iphone options does prevent the statusbar from showing between the loader image and first scene appearing. But the status bar is still visible over the ad and the close button. Is there a build that fixes this so that interstitial ads can go full screen?

I’m experiencing the same issue today also. The funny thing, nothing changed in my code in relations to the admob ad except for making a new build today. I’ve tested this on the latest 2014.2xxx builds, no luck.

I also notice that for admob banner ads (full horizontal), i see 1 pixel gaps on the left/right side of the banner. Again, nothing change in code in relations to the ad except that on certain days the builds show a gap, on certain days they don’t. 

Same here please fix this. 

Hi @RLRL,

Can you describe your issue in more detail? Is it exactly the same as “some days yes, some days no” described by @gamebit.labs? Meaning, if you use the exact same Corona build #, sometimes the ads have the 1-pixel gap, but another day they don’t? Or are you using different daily builds, and in some builds it happens but others it doesn’t?

Thanks,

Brent

Adding UIViewControllerBasedStatusBarAppearance = true to the iphone options does prevent the statusbar from showing between the loader image and first scene appearing. But the status bar is still visible over the ad and the close button. Is there a build that fixes this so that interstitial ads can go full screen?

Experiencing exactly the same issue here, have to click the X twice to dismiss and a nasty status bar across the Ad, once the Ad dismisses the status bar vanishes as main.lua had

display.setStatusBar( display.HiddenStatusBar )

Any ideas if future build will fix ? Currently using Version 2013.2100 (2013.12.7)

Also I tested on an iOS6 device, NO PROBLEMS !! It seems iOS7 specific.
 

I’m experiencing the same issue today also. The funny thing, nothing changed in my code in relations to the admob ad except for making a new build today. I’ve tested this on the latest 2014.2xxx builds, no luck.

I also notice that for admob banner ads (full horizontal), i see 1 pixel gaps on the left/right side of the banner. Again, nothing change in code in relations to the ad except that on certain days the builds show a gap, on certain days they don’t. 

@davporte, I think Brent asked about the banner issue because they had already fixed the status bar issue in topic? So check the daily builds changelog since Feb 6. Well at least I hope so :slight_smile:

@henrik5 can’t see anything in the log re this ? The status bar issue is not fixed and the nasty having to hit the X a number of times on iOS7 :frowning:

Hi Brent,

I have same issue on my Iphone5 (it has ios 7) .

When admob: Interstitial ad shows the status bar in front of the ad and close button.

I cant update my application for this reason.

@davporte I experienced the same issue as you. The status bar show in front of Interstitial ad, so the users have to tap X number of time to close the ad. Did you find out how to fix it? 

@Brent Do you know how to fix this problem I mentioned above? Thanks

I believe that a bug report was filed for this (in a related post), so we can investigate and work on a fix now.

Thanks,

Brent

Brent Sorrentino

any news about the fix?

Is this happening on the release build or a debug/test build ?

Same here please fix this. 

Hi @RLRL,

Can you describe your issue in more detail? Is it exactly the same as “some days yes, some days no” described by @gamebit.labs? Meaning, if you use the exact same Corona build #, sometimes the ads have the 1-pixel gap, but another day they don’t? Or are you using different daily builds, and in some builds it happens but others it doesn’t?

Thanks,

Brent

Experiencing exactly the same issue here, have to click the X twice to dismiss and a nasty status bar across the Ad, once the Ad dismisses the status bar vanishes as main.lua had

display.setStatusBar( display.HiddenStatusBar )

Any ideas if future build will fix ? Currently using Version 2013.2100 (2013.12.7)

Also I tested on an iOS6 device, NO PROBLEMS !! It seems iOS7 specific.