unity ads rewarding player without seeing ads when there is not internet connections?

i made a simple game with coin concept with the coins they have they can unlock the levels?

i have implemented the ad in my game (i.e. when there is no enough coins to unlock the level user can watch the unity ads and earn coins after they watch the video.). but now my problem is when there is no internet connection user can click the view ad button it instantly rewarding the player with coins without loading the adss…

Hi,

Can you share the code you are using for showing the ad in your game? If no internet connection, then e.g. IsReady() should return false (unless they had internet connection in beginning, so video has been cached) and Show() should return Failed

Thanks,
Rasmus