Hi, I’m currently trying to integrate Chartboost into my game. I’ve managed to get the thing running and showing ads in my game when I want it. However when I close the game an error pop inside logcat;
10-15 15:46:35.864: E/Unity(2278): The Chartboost SDK needs to be initialized before we can show any ads
I got the message even before I managed to make it work which makes me think that this was what cause the ad to not show at first. But now, even though the ad is showing, I still got this error.
I’m looking around the web but it seems the Chartboost class have been changed, and even inside the example I can’t see any initalize calls. So I’m kinda confuse on how do I initialize it.