I have a question regarding the rewarded video. In the production app, I have checked the rewarded Ads. Sometimes the rewarded video is shown, sometimes not.
So how do we check if the rewarded video is ready or not? Because if the rewarded video is not ready, users can not watch the video -> the reward will not be given -> it will not display content -> a bug.
func rewardedAd(_ rewardedAd: GADRewardedAd, didFailToPresentWithError error: Error) {print("LOAD AD FAILS") }
I have tried with didFailToPresentWithError but it seems like if the rewarded video is not shown, this function is not called as well. How to detect if the rewarded video is not shown?
Here is my implementation in ios app