Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I implemented chartboost in my ios game and locally it wors great.

I can receive ads.

Now my game is online but in the google analytics I get only error messages from the game, meaning the chartboost ads fail to load.

Here: https://www.dropbox.com/s/cft98lk27mt7p3s/cb.jpg?dl=0

The iage show google analytics registering only failed loads and there is no single successfull ad load?

What could be the problem here?

share|improve this question

1 Answer 1

Try using a program like Charles Web Proxy to see what network calls your game makes to Chartboost. Your game should be sending calls at every bootup and when it caches or shows an interstitial or MoreApps page. If you're not seeing these calls at bootup and when you expect to show a Chartboost ad, look through the integration documentation to be sure you did everything right.

If those steps don't work, you may need to call Chartboosts support line and have them walk you through additional steps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.