Hi,
I'm working with AdMob Mediation (interstitial videos) and BrightRoll.
I DO correctly receive the following delegate notifications:
- (void)interstitialDidReceiveAd:(GADInterstitial *)ad;
- (void)interstitialWillPresentScreen:(GADInterstitial *)ad;
But the problem is I DON'T receive the following notifications (ONLY WITH BRIGHTROLL):
- (void)interstitialWillDismissScreen:(GADInterstitial *)ad;
- (void)interstitialDidDismissScreen:(GADInterstitial *)ad;
It's odd because Millennial Media, TremorVideo, iAd, and AdMob all fire the notifications as expected. I've contacted BrightRoll, but it's been several days, and no solution.
It's getting down to the wire. Has anybody had similar problems? Is there an elegant solution?
Thanks~