Hi any one,
Using Cocos2d-x c++
I following doc to set up sdkboxads with any unit which i want to integrate every unit work fine except chartboost. it doesn’t show any catch event listener to me like ads loaded fail or something.
What I have done:
+On Cartboost dashboard
- I created new app and new campaign with only video interstitial ad type.
- Provided name and package
- Set test mode enable and provided time.
+On Code - I set up sdkboxads with chartboost unit like i have done with another.
- Provided app id and signature and I all follow document.
- And call ad with default like sdkbox::PluginSdkboxAds::playAd(“Chartboost”, “Default”);
Problem is nothing show and event Listener doesn’t catch.
Are there any one know that problem?