Problem with code or admob?

Hello,
I finished my first app made ​​with Corona SDK!. I am very happy for this!.

The problem I have is with admob, shows no ads. My application is only for android. I followed exactly the guide below http://forums.coronalabs.com/topic/6313-got-admob-working-for-android/ to implement the code but can’t get it to work, i searched a lot in internet and I can’t find anything.

In admob the status is " inactive** , admob has never received an ad request for your site**". Could this be the reason?, Usually takes much?.

Regards
(Sorry for my English)

Hello @dmd.nnn,

Which version (build #) of Corona are you using? Did you implement AdMob using the plugin setup described here?

http://docs.coronalabs.com/plugin/ads-admob/index.html

If you have not done this, please do, and report back if it solves the issue.

Sincerely,

Brent Sorrentino

Brent, thanks for the quick response!!

I tried to use the sample code http://docs.coronalabs.com/plugin/ads-admob/index.html#sample-code but when I make a build for Android and I test it on my device does not work! (I set my appid). The error it says is: This application Lua Error Encountered (see logs) or have been corruputed

The emulator says build is 2012,971.

 

Hi @dmd.nnn,

I think you’ll need to build using a more recent version of Corona. #971 is two full versions behind… the most current public release (for Starter customers) is Build #1137, and before that was #1076. Please upgrade to #1137 and try this again… it should solve the issue.

https://developer.coronalabs.com/downloads/corona-sdk

Best regards,

Brent

That was the problem, I upgraded the Corona SDK and sample code worked correctly.

Thank you very much!!!

Hello @dmd.nnn,

Which version (build #) of Corona are you using? Did you implement AdMob using the plugin setup described here?

http://docs.coronalabs.com/plugin/ads-admob/index.html

If you have not done this, please do, and report back if it solves the issue.

Sincerely,

Brent Sorrentino

Brent, thanks for the quick response!!

I tried to use the sample code http://docs.coronalabs.com/plugin/ads-admob/index.html#sample-code but when I make a build for Android and I test it on my device does not work! (I set my appid). The error it says is: This application Lua Error Encountered (see logs) or have been corruputed

The emulator says build is 2012,971.

 

Hi @dmd.nnn,

I think you’ll need to build using a more recent version of Corona. #971 is two full versions behind… the most current public release (for Starter customers) is Build #1137, and before that was #1076. Please upgrade to #1137 and try this again… it should solve the issue.

https://developer.coronalabs.com/downloads/corona-sdk

Best regards,

Brent

That was the problem, I upgraded the Corona SDK and sample code worked correctly.

Thank you very much!!!