Hello people,
WARNING: CoronaProvider.ads.admob is not configured in build.settings WARNING: The ‘ads’ provider (admob) is not available on the simulator
I followed this tutorial https://coronalabs.com/blog/2014/07/15/tutorial-implementing-admob-v2/ for implementing admob.
This is code on build.settings
settings = { orientation = { default = "portrait", }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, }, }
Why is that error?
And of course, I have the same error for gameCenter. Error told me that I didn’t implement plugin on build.settings what is really big lie.
Thanks and kind regards