Admob not support landscape?

I download the demo for admob  https://github.com/coronalabs/plugins-sample-ads-admob and change the build.settings like this

orientation =     {         default = "landscapeLeft",         supported = { "landscapeLeft" }     },  

then the ad won’t appear at all. Please help.

PS. admob work fine on portrait orientation.

I wonder what type of ad you want, but for my full screen interstitial ads, I don’t have problem showing Admob ads on iPad.  My build.settings for my landscape app looks a bit different from yours, though:

[lua]

    orientation = {

        default = “landscapeRight”,

        supported =

        {

            “landscapeRight”, “landscapeLeft”, 

        },

    },

[/lua]

Naomi

I want banner ad, but I also wanna ask how to get full screen intersitial ads for admob? 

Okay, I don’t do banner ad, so I can’t share my experience with it.  Are you having problem with banner ads or full screen interstitial or both?

Naomi

I having problem with banner ads. Is there any way to solve the problem?

Good day!
You can easily tell if I novice Corona
Set banner adMob only shown in full screen, tell me how to do that would show up banner 320 * 50?

I wonder what type of ad you want, but for my full screen interstitial ads, I don’t have problem showing Admob ads on iPad.  My build.settings for my landscape app looks a bit different from yours, though:

[lua]

    orientation = {

        default = “landscapeRight”,

        supported =

        {

            “landscapeRight”, “landscapeLeft”, 

        },

    },

[/lua]

Naomi

I want banner ad, but I also wanna ask how to get full screen intersitial ads for admob? 

Okay, I don’t do banner ad, so I can’t share my experience with it.  Are you having problem with banner ads or full screen interstitial or both?

Naomi

I having problem with banner ads. Is there any way to solve the problem?

Good day!
You can easily tell if I novice Corona
Set banner adMob only shown in full screen, tell me how to do that would show up banner 320 * 50?