Skip to content

Instantly share code, notes, and snippets.

@mattnico
Forked from flurrydev/flurry_takeover_ads_v6.mm
Last active August 29, 2015 14:20
Show Gist options
  • Save mattnico/f0db9a7ffecb706ef969 to your computer and use it in GitHub Desktop.
Save mattnico/f0db9a7ffecb706ef969 to your computer and use it in GitHub Desktop.
if ([adInterstitial ready])
{
[adInterstitial presentWithViewController:self];
}
else
{
adInterstitial = [[FlurryAdInterstitial alloc] initWithSpace:@"INTERSTITIAL"];
[adInterstitial fetchAd];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment