Hello
I’m trying to get facebook / meta ads through appodeal without any luck.
Already sent apk to appodeal and they confirmed that I don’t have the adapters enabled.
Whatever they propose me to do fails.
Here is my build.settings
settings =
{
splashScreen =
{
enable = false
},
orientation =
{
default = "portrait",
supported =
{
"portrait", "portraitUpsideDown",
},
},
android =
{
versionCode = "100",
googlePlayGamesAppId = "xxx",
applicationChildElements =
{
[[
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxx~xxx"/>
<meta-data android:name="com.facebook.sdk.ApplicationId"
android:value="xxx"/>
<meta-data android:name="com.facebook.sdk.ClientToken"
android:value="xxx" />
]],
},
manifestChildElements = { [[
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" tools:node="remove" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" tools:node="remove" /> ]],
},
minSdkVersion = "22",
networkSecurityConfig =
{
manifestSrc = "res/xml/network_security_config.xml"
},
usesPermissions =
{
"android.permission.INTERNET",
"android.permission.ACCESS_WIFI_STATE",
"android.permission.READ_PHONE_STATE",
"android.permission.ACCESS_NETWORK_STATE",
"android.permission.WRITE_EXTERNAL_STORAGE"
},
},
plugins =
{
-- beta
['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.beta.Bidmachine'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.beta.FacebookAudience'] = { publisherId = 'com.coronalabs' },
["plugin.pollfish"] =
{
publisherId = "com.coronalabs",
supportedPlatforms = { android=true }
},
["plugin.gpgs.v3"] =
{
publisherId = "com.solar2d",
},
["plugin.utf8"] =
{
publisherId = "com.coronalabs"
},
},
}