after admob init is called I have code for checking ( admob.isLoaded( “interstitial” )) and if NOT I start a timer for checking this and if it is not loaded I call admob.load again for the interstitial. Now I wonder if this is best practice to call the load again after a short period of time.
NOTE: Without calling it again the interstitial seems not to get loaded and later it can’t get shown.
I thought calling load is enough when done once… but it seems it is better when it is done regularly. Is this okay/correct?