Hello,
We’ve had our apps rejected on Amazon & finally pinpointed the issue to the Admob plugin (the new updated one on the marketplace) to being incompatible with Amazon.
Specifically:
It’s giving me an error that it can’t find ‘plugin.admob,’ when we have it specified in build settings the same way as on iOS and Google Play (and it does work on those two platforms).
[“plugin.admob”] = { publisherId = “com.coronalabs”, supportedPlatforms = { iphone=true, android=true } },
Again, this plugin is working just fine on iOS and Google play, but NOT amazon. We are using Corona version 3026 and using the NEW admob plugin we paid for on the marketplace.
Please advise on how to fix this.