Problem with admob-v2 and ads

As the title says, I’m having trouble with admob v2. 

I have a project where I use admob banner ads on the top of the scene and I wanted to add interstitial ads to the same scene but it isn’t working. 

When I code ads.init() with the interstitial appID I have no problem showing the interstitial ads, but then the scene doesn’t show the banner ads and viceversa. Is there something I’m missing?

  • I updated the build.settings file to work with the new admob version

  • the Corona version that I’m using is 2014.2428 (2014.9.8)

This tutorial might help you:  http://coronalabs.com/blog/2014/07/15/tutorial-implementing-admob-v2/

Rob

Thanks Rob, I followed that tutorial and did everything as the post says but I can’t achieve both interstitial and banner ads at the same time.

You can’t show them at the exact same time.  Your app can have both, but not at the exact same time.

This tutorial might help you:  http://coronalabs.com/blog/2014/07/15/tutorial-implementing-admob-v2/

Rob

Thanks Rob, I followed that tutorial and did everything as the post says but I can’t achieve both interstitial and banner ads at the same time.

You can’t show them at the exact same time.  Your app can have both, but not at the exact same time.