Reputation: 59
I am new in cocos2dx.Now i add the chartboost in androidstudio. But chartboost come only one time then after is not shown permanantly.I call the delegate for log print . Log is display below.
Request /interstitial/get succeeded. Response code: 200, body: {"message":"No publisher campaigns found","status":404}
W/network failure﹕ request /interstitial/get failed with error HTTP_NOT_FOUND: 404 error from server
I/Chartboost﹕ DID FAIL TO LOAD INTERSTITIAL 'Default Error: NO_AD_FOUND
Upvotes: 1
Views: 1044
Reputation: 301
In my case, it worked after I did the following steps here:
Upvotes: 0
Reputation: 363
First try using the test id and then campaigns your project.And after add the campaigns ,wait for 20 miniut .Run your project you will get chartboost.For more detail go this page
Upvotes: 1
Reputation: 7521
Log exactly explains what's happening. You aren't getting any ads, because you exhausted all what could be served. I was using chartboost a lot and it was always the same - it showed 1, 2 or few times (sometimes even not once) and then no ads for some long time.
You should check out test mode. Or just use admob/whatever you want.
Upvotes: 0