I am getting a build error. BuildID: 53aaf03626685 (Get plugin failed)
This is in build.settings:
plugins =
{
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
},
I have this in my lua file:
local function adListener( event )
local msg = event.response
print("Message received from the ads library: ", msg)
end
ads.init( provider, appID, adListener )