Hello,
I am using Esri.ArcGISRuntime 100.14.0 and I wanted to know, before I can display the map to my users, if your servers are accessible or not.
The idea is that if the users don't have internet access, are located in an area where access is filtered or the ESRI servers are inaccessible, I don't want to display access to the map and indicate an error message, rather than risk causing an exception (and I don't want to handle everything in a try/catch).
Is this possible?
Sincerely