Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to know if there is support for Admob in Corona SDK ? I am searching for it, I also managed to find some threads, which says " Admob support is NOT YET added in Corona SDK", but the posts are pretty old.

For now, at this point of time.. Has Corona added support for Admob..?

Thanks for your time

Shailesh :)

share|improve this question

3 Answers

No, Corona do not supports AdMob (yet...)

But there are in the forum some hacks to get it working on Android.

I don't saw a hack to make it work on iOS.

share|improve this answer

AdMob is not officially supported by Corona SDK. You can use a work around available on GitHub called AdMediator. Doing so potentially risks your account with AdMob due to being an unofficial method.

You used to be able to utilise Adsense style ads via a WebView but this has been phased out by Google.

AdMediator for Corona SDK

share|improve this answer

Hmm not 100% sure, but I think it should be possible. Maybe try this

share|improve this answer
1  
While this may technically answer the question, it would be preferable for you to summarize the linked material here. Otherwise, the answer is at risk of losing its usefulness due to link rot. – Josh Caswell Feb 2 at 18:56
@iEatPenguinsForBreakfast:Answer explains using it with Android, I am going to use it with Xcode. i.e for iOS. – Shailesh Feb 4 at 5:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.