I need to determine which connection type a device is using.
Distinguishing between WIFI and 3G doesn’t seem to be a problem on iOS (using the NetworkInfo ANE) and Android (using the native NetworkInfo class) but I’ve got no clue how to further distinguish between a fast (3G, 4G) and slow (EDGE) connection.
Is there a way to do this with Adobe Air?
I need to determine which connection type a device is using. Distinguishing between WIFI
Share
Try this for detecting Mobile vs. Wifi on iOS. This requires the Adobe native extension “NetworkInfo”