Urgent error related to google/adMob

Yeah, I noticed this too but I didn’t update Corona, was it an online problem? Weird. Anyway, thank you Corona devs, now we can publish our games without problem.

Yeah, I think was a problem with the admob plugin. (Because other people had similar problems without using the GSGP plugin.

Anyway, thanks devs :slight_smile:

I know we updated the AdMob plugin (or are in the process of it) on iOS for iOS 8 issues, but I’ve not heard of any changes in the Android copy of the plugin.

Rob

What’s the status on this? I’m still having issues with recently built versions of my app. I tried taking out the GPGS plugin, which does work but now I lose that integration (contrary to what some folks are saying that it’s still working). It seems I can either have Ads or GPGS, but not both.

I believe they should be working together now.

Rob

Actually there seems to be a filed bug report on this, and it’s still open.  Still try it and see if it behaves properly.

Rob

Confirmed that a build I did just a few hours ago is still experiencing the issue. Not sure if it makes a difference, but I am testing with a Nexus 5. As with the others, my plugins look like as follows:

plugins = { ["CoronaProvider.ads.admob"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", }, }, 

You are using AdMob V1 which doesn’t work any more.  Please switch to AdMob V2. 

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

Rob

That was it, thank you!