Clear the implementation of Admob integration

Hi,

 Can Any body help me how to get the admob using  dailybuild 1093, which has documentation over admob, but when I build it for device I am getting thiis error " ERROR: Unexpected empty response from build server".

        Please Help me.

Thankyou

I’ve hidden your other duplicate post.  Please only post in one forum.

Are you part of the plugin beta?

Hi Rob,

 No, I am not a part of plugin beta, I bought Pro version of corona, And I found plugin in the latest daily build 1093, when I followed the steps as per the docs, getting the error when I build it "  ERROR: Unexpected empty response from build server".

              Please suggest me a solution for this.

Thankyou

Can you point me to this documentation and can you show me the code you’re trying to use?

Hi Rob,

 The documentation is in the api downloaded from daily builds “CORONA%20API/CoronaApiDocs-2013.1093/plugin/admob/index.html”. Please look into this doc.

 My code is :

  ads.init( “admob”, “appId”, adListener )

    ads.show( “banner”, { x=0, y=_H/2 } )

and build.settings

settings =
{
plugins =
{
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.admob”] =
{
– required
publisherId = “XXXXXXXXXXXXXXX”,
},
},
}

Thank you

I’ve hidden your other duplicate post.  Please only post in one forum.

Are you part of the plugin beta?

Hi Rob,

 No, I am not a part of plugin beta, I bought Pro version of corona, And I found plugin in the latest daily build 1093, when I followed the steps as per the docs, getting the error when I build it "  ERROR: Unexpected empty response from build server".

              Please suggest me a solution for this.

Thankyou

Can you point me to this documentation and can you show me the code you’re trying to use?

Hi Rob,

 The documentation is in the api downloaded from daily builds “CORONA%20API/CoronaApiDocs-2013.1093/plugin/admob/index.html”. Please look into this doc.

 My code is :

  ads.init( “admob”, “appId”, adListener )

    ads.show( “banner”, { x=0, y=_H/2 } )

and build.settings

settings =
{
plugins =
{
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.admob”] =
{
– required
publisherId = “XXXXXXXXXXXXXXX”,
},
},
}

Thank you

Haven’t tried it but what I see here: http://docs.coronalabs.com/daily/plugin/ads-admob/

According to it, AppId should not be in Double quotes.

Haven’t tried it but what I see here: http://docs.coronalabs.com/daily/plugin/ads-admob/

According to it, AppId should not be in Double quotes.

hi rob

    Thanks for your reply. I integrated the admob and able to get ads in the android and ipad. I am not receiving the interstitial ads for the iphone but i was able to get the banner ads of admob in iphone . right now i am using the 1151 build of corona.Please help me with this issue. everytime it saying error loading an ad. 

waiting for your reply 

hi rob

    Thanks for your reply. I integrated the admob and able to get ads in the android and ipad. I am not receiving the interstitial ads for the iphone but i was able to get the banner ads of admob in iphone . right now i am using the 1151 build of corona.Please help me with this issue. everytime it saying error loading an ad. 

waiting for your reply