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)
Separate link to screenshot https://www.dropbox.com/s/08cb1v5arx2nbzf/Foto%202014-01-20%2015%2039%2017.png