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

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -