During testing, this is always returning true, even with WIFI/DATA disabled. :-/
Any idea what is happening?
#if(android || ios)
if (NetworkInfos.isConnected()) {
DebugLogging.addDebugLogEntry("Main.new", "is connected to the network");
}
else {
DebugLogging.addDebugLogEntry("Main.new", "is NOT connected to the network");
}
#end
#if flash
DebugLogging.addDebugLogEntry("Main.new", "FLASH detected, not checking for network connectivity");
#end