I'm using the HeyZap mediation SDK. I have all the mediation set up perfectly fine, but I would like for the interstitial ad to show every 3rd game.
I've tried some solutions here on Stack Overflow but they apply to AdMob.
Right now, I have:
-(void) GameOver {
....
[HZInterstitialAd show];
}
How do I achieve this?
keep a counter of the number of games played and then only show it if