I’m doing simple tests of your “Unity Ads” system on Android device.
Im starting my Test App without internet connection.
During play, I try to show Advertisement. Advertisement.IsReady() traces False.
So far so good.
While app is running, i enable internet connection.
I wait 5 minutes.
Advertisement.IsReady() still traces False.
Question
Is there a way to “manually refresh” ads if we regain connection during gameplay?
Its unclear to me how “often” or how exactly Unity Ads checks if internet connection is available and starts downloading / refreshes ads. Can we get some clarity on this from the devs?