Hi team,
i have integrated appholic using the following method. but getting the attached error.
pls help me resolve this
local combre = require( “plugin.combre” )
combre.init( “xxxxxxxxxxxxxxxxxx” )
combre.setEventListener( combreListener )
combre.showVideoAd( 1, false, true )
build file as below
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings = {
orientation = {
default = “portrait”,
supported = { “portrait” }
},
android =
{
facebookAppId = “xxxxxxxxxxxxxxx” ,
googlePlayGamesAppId = “xxxxxxxxxxxxxxxxx” ,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.ACCESS_COARSE_LOCATION”,
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.WRITE_EXERNAL_STORAGE”,
“com.google.android.providers.gsf.permissions.READ_GSERVICES”,
“com.android.permission.READ_PHONE_STATE”
},
},
plugins = {
[“plugin.combre”] =
{
publisherId = “com.appsaholic”,
supportedPlatforms = { iphone=true, android=true }
},
[“plugin.facebook.v4”] =
{
publisherId = “com.coronalabs”,
},
[“plugin.google.iap.v3”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android = true }
},
[“CoronaProvider.native.popup.social”] =
{
publisherId = “com.coronalabs”
},
[“CoronaProvider.gameNetwork.google”] =
{
publisherId = “com.coronalabs”,
},
[“plugin.advertisingId”] =
{
publisherId = “com.coronalabs”
},
},
}