iphone - Chartboost on iOS: Not able to stop session -
when start chartboost session with:
[chartboostinstance startsession] in appdelegate,the ads start showing.
how stop session if implement in-app purchase removes ad?
lejla
this link here claims that-
use chartboost sdk delegate method prevent interstitials until second startsession:
- (bool)shouldrequestinterstitialsinfirstsession { return no; }
Comments
Post a Comment