Application closes when there is no internet connection

I have a mobile app published on play store. I’ve realized if i close the wifi or mobile data, the app stops working after opened. I turned off some unity services that are on. I guess the admob ads causes this crash when there is not internet connection. How can I fix it?. I want the app to work when there is no internet to.

AdMob events doesn’t seem to be firing in Unity thread, so if you are accessing any unity component or even unity random from callback to one of those events, app can fail.
The easiest possible option would be static field where you store ad result

I fixed it with checking is network connection available before ad request.

The most stable internet control method is at this link → https://answers.unity.com/questions…ability.html?childToView=744803#answer-744803