Problems playing ads with SDKBoxAds

I’m playing ads with SdkboxAds just fine in Android. But I got these in iOS:

SdkboxAds :AdUnit with class 'AdColony' does not exist.
SdkboxAds :AdUnit with class 'AdMob' does not exist.
SdkboxAds :No registered ad units available.
2016-10-06 00:31:01.821182 x[723:171460] Placement unit AdColony does not exist. Removed from placement.
2016-10-06 00:31:01.822065 x[723:171460] Placement unit AdMob does not exist. Removed from placement.
SdkboxAds :Placement placement-1 has no ad units or required ad units are not present. Removing.
2016-10-06 00:31:01.832468 x[723:171460] Placement unit AdColony does not exist. Removed from placement.
2016-10-06 00:31:01.832789 x[723:171460] Placement unit AdMob does not exist. Removed from placement.
SdkboxAds :Placement placement-2 has no ad units or required ad units are not present. Removing.

This is my “Other Linker Flags”

This is my sdkbox_config.json

sdkbox_config.json.zip (1.3 KB)

I’m using sdkbox for Lua. Everything works just fine. I can play AdColony and AdMob ads individually but not from SdkboxAds.

I’m also using LiveOps too.

Any ideas?

bump any help?

I’ll take a look and get back to you.

I think if you assign weight to each ads, it will work

                    "units": [
                        {
                            "name": "video", 
                            "unit": "AdColony",
                            "weight": 30
                        }, 
                        {
                            "name": "gameover",
                            "unit": "AdMob",
                            "weight": 30
                        }
                    ], 
                    "id": "placement-1", 
                    "strategy": "weight"

But there’s no way to add weight using LiveOps. Only params like this:

“units” : [
{
“unit” : “AdColony”,
“name” : “video”,
“params” : {
“video” : “vz73bd2386fd094f25ba”
}
},
{
“unit” : “AdMob”,
“name” : “interstitial”,
“params” : {
“home” : “ca-app-pub-7623619596214163/3983252330”
}
}
]

I see what you mean, I’ll double check LiveOps site and fix it ASAP

Just give you an update we’re still working on it