Hello!
I’m getting the same problem: https://drive.google.com/file/d/0Bx87G87G1O_4MEdLb1ZxZWVJUmc/view
My plugin’s section on settings.build:
plugins = { -- ADS ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, -- Compartir ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, -- Copia/Pega ["plugin.pasteboard"] = { publisherId = "com.coronalabs" }, -- Google Play Games Services ["plugin.gpgs"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, },
By now, I’m going to try it with out ads (removing “plugin.google.play.services” plugin and all ads related features), but…
Is it any way to have both GPGS and ads on my app?
To build, I’m using:
Corona Simulator
Version 2016.2992 (2016.11.10)
Thank you!