I’m trying the integrate ads on my app by I have a technical issue: my app is portrait only, except for the composer scene in which the game is actually played, which I allow to be rotated when the user rotates the device. Since in Corona I can’t allow a single scene to be rotated, I do it manually: in that scene I detect the orientation change event and I redraw the elements in the screen in such way that they are in landscape mode.
This particular scene is the one in which I want to place my banner ads, however, the plugins that I’ve seen don’t allow for programmatic rotation of the ads and they always appear in portrait mode. Is there any way or any plugin that would allow me to rotate banner ads programmatically?
Thanks,