Chrome.sockets.tcp plugin with iOS

Hi,

I am using this udp plugin to connect my app with another device. The plugin works well with Android, but i have found it doesn’t fully work with iOS.

With iOS, i can’t get past below in the code, which occurs after the bind operation completes successfully.

chrome.sockets.udp.onReceive.addListener(UDPonReceive);

onReceive events are raised when UDP packets arrive on the address/port specified.
The function UDPonReceive is never called for iOS, but it is for Android.
Does the listener code need to be modified for iOS or the config changed in any way to make it work?

Thanks

You might try opening an issue on the GitHub repo for the plugin. If the plugin is being maintained, the author of the plugin may have an answer.