Hi guys,
I have a landscape only application - build.settings is below. Unfortunately AdMob plugin is serving me interstitial ads in Portrait mode. Not all of them are Portrait, I get some of the Ads in Landscape mode. It looks that AdMob-v2 plugin does not respect the build.settings. Is there any solution for this?
orientation part of my build.settings is:
orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "landscapeRight", supported = { "landscapeRight", "landscapeLeft"} },
Looking forward to get your perspective,
Thanks!