I want to use interstitial ads in my application, so I applied all the necessary delegation methods. The problem is that if I show the [self requestInterstitialAdPresentation] declaration, only the interstitialAdDidLoad: method is called. InterstitialAdActionDidFinish methods: not called ...
But if I use the deprecated [self.interstitial presentFromViewController: self] to show an ad, everything works.
Is there anything new to implement to make things work?
Thanks in advance
source
share