Hello!
This seems pretty basic, but I haven't been able to figure out the best way of handling interstitial between game retries. I'm using the Admob plugin.
In my game, it works something like this:
Play Game -> Lose Game -> Show interstitial -> On Interstitial display complete -> Restart screen -> Retry game
This seems to work fine if there's an internet connect but if there's no internet connection, it gets stuck on the restart screen.
Is there any way of getting a "fail" event if the interstitial fails? Should I just use the Browser class to check to see if an internet connection exits?
What's the best way to handle this?
Thanks!