DatagramSocket on mobile AIR 3.8
I've created a really basic project to test the DatagramSocket in AIR 3.8 & Flash Player 11.8, but the DatagramSocket.isSupported property is coming back as false...even though Adobe says it is supported on Android & iOS.
Another new feature is ServerSocket, when I trace that out it comes back as true. Has anyone had trouble using this?
Capabilities.version = IOS 11,8,800,49
NativeApplication.nativeApplication.runtimeVersion = 3.8.0.440
DatagramSocket.isSupported = false
ServerSocket.isSupported = true