Fullscreen ads are appearing in “portrait” mode on my “landscape” app when using an ipad 3 with ios 6.
It looks like the ads code isn’t recognising the orientation as part of the screen is covered by the ad leaving the app screen partly visible. The ‘skip’ button (x) is obscured so not accessible.
[lua]ads.show( “fullscreen”, {interval=30})[/lua]
The build.settings is as follows:
[lua]orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeLeft”, “landscapeRight”,
},
}[/lua]
[import]uid: 127281 topic_id: 31371 reply_id: 331371[/import]