I have a phone app which connects to an Aurelius server.
The phone users are periodically off network.
At these times I would like my app to "fail gracefully"
I have added a cumbersome method (suggested on the internet) to try to make a connection to Google, and if this fails an application boolean variable InternetConnected is set = false.
However I wondered whether there is any better way to do this using any built in feature of Aurelius.