iphone Programming Glossary: interstitial
Chartboost in iphone project / Chartboost usage in iOS http://stackoverflow.com/questions/11412496/chartboost-in-iphone-project-chartboost-usage-in-ios implement the delegate methods as described in the docs particularly the didFail method Called before requesting an interstitial from the back end BOOL shouldRequestInterstitial NSString location Called when an interstitial has been received before.. before requesting an interstitial from the back end BOOL shouldRequestInterstitial NSString location Called when an interstitial has been received before it is presented on screen Return NO if showing an interstitial is currently inappropriate for example.. location Called when an interstitial has been received before it is presented on screen Return NO if showing an interstitial is currently inappropriate for example if the user has entered the main game mode BOOL shouldDisplayInterstitial NSString..
|