Mar 16, 2022
I found an answer.
add
func ad(_ ad: GADFullScreenPresentingAd, didFailToPresentFullScreenContentWithError error: Error) {
print(error.localizedDescription)
self.errorFunc()
self.isPresented.toggle()
}
to InterstitialAdView
I found an answer.
add
func ad(_ ad: GADFullScreenPresentingAd, didFailToPresentFullScreenContentWithError error: Error) {
print(error.localizedDescription)
self.errorFunc()
self.isPresented.toggle()
}
to InterstitialAdView