i tried to send a udp-package via the datagrasocket-class in adobe air 3!
this worked fine as long as i test the app in flash-builder 4.5.
unfortunately if i test my app on the phone i cant send
any package or better i can’t see the sent package on the target-pc. (wireshark)
Does somebody know what goes wrong there !?
thanks in advance!
Adobe Air has a new feature called native extensions that allows you to call classes from the device and utilize them. You could simply use the mobile device’s native UDP socket capabilities and I’ve checked that both iOS and Android have UDP capabilities.