I just upgraded to Chartboost SDK 5.0. It works fine and ads display but for some reason I am getting this warning:
Chartboost Integration Warning: startWithAppId:appSignature:delegate must be called before +[Chartboost cacheInterstitial:]
Any idea why? I'm calling startWithAppId
in my AppDelegate under -(void)applicationDidBecomeActive:
and then I just cache the interstitials in a different class with [Chartboost cacheInterstitial:CBLocationMainMenu];