Hi,
I was adding corona Ads to my app using the following code (taken from monetization dashboard). i have used it in another app too, where it works fine. But in my current app, the app crashes immediately (I’m creating a keystore apk). The only difference in the build.settings file in both apps is that I’ve added a google analytics plugin in my new app.
If i remove the google play services plugin, the app works fine. but as soon as i add it, the app crashes. Does that mean Google Analytics plugin and Google Play services plugin can’t be added together? Please help
plugins =
{
[“plugin.googleAnalytics”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true }
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
},
[“shared.android.support.v4”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
},
[“plugin.coronaAds”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true, [“amazon-kindle”]=true, iphone=true }
},
[“plugin.chartboost”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true, [“amazon-kindle”]=true, iphone=true }
},
[“plugin.adcolony”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true, [“amazon-kindle”]=true, iphone=true }
},
},