--

I found an answer.

add

func ad(_ ad: GADFullScreenPresentingAd, didFailToPresentFullScreenContentWithError error: Error) {

print(error.localizedDescription)

self.errorFunc()

self.isPresented.toggle()

}

to InterstitialAdView

--

--

No responses yet