Hello,
I just had admob disabled for my app. The following seemingly vague reason was given:
GOOGLE PLAY REMOVAL: AdMob publishers are not permitted to abuse or promote the abuse of any Google product, such as Google Play, YouTube, or Blogger. This includes circumventing, or providing the means to circumvent, the policies or terms of these or other Google products, such as by allowing users to download YouTube videos.
If your app is removed by Google Play policy enforcement, please contact Google Play about an app removal here. If Google Play reinstates your app, please submit an appeal to our team.
Action required: Check account for compliance
While ad serving has been disabled to the above app, your AdMob account remains active. We suggest that you take the time to review the rest of your applications to ensure that they’re in compliance with our policies, and to monitor your apps accordingly to reduce the likelihood of future policy emails from us. Additionally, please note that our team reserves the right to disable accounts at any time if we continue to see violations occurring.
As far as I’m aware I’m just using the Corona admob plugin to serve interstitial ads.
Build.settings has this:
plugins =
{
– key is the name passed to Lua’s ‘require()’
[“plugin.google.play.services”] =
{
– required
publisherId = “com.coronalabs” – don’t change, it’s the publisher of the plugin
–supportedPlatforms = { iphone=true, android=true }
},
…
}
and i’m just calling the basic functions
ads.show( “interstitial”, { x=adX, y=adY})
Anyone know anything about this?
thanks