Hi all
Our app needs network access to be usable (all the data are queried from web-service).
My question is: What is the best practice to handle, if no network is available?
This can be by start of the app or if the app is loaded already (easiest way to trigger is, to enable flight-mode on the device).
I think Apple, Google and Microsoft expect a particular behavior..?
As far as I know, there is no “egal/easy” way to close the app after showing an Alert like:
“This app needs a network-connection to work. Please setup a network-connection and try again”
Thanks for any suggestion's…