Hello,
I have a similar problem. It works with iOS 14, but not with iOS16..3 or 16.4.
The App I am developing communicates with another device using UDP.
In my App, the http TCP works just fine, but not the UDP.
I am using NodeJS. The port is 62777 and address is '239.255.255.250' both been bound.
socket.bind(62777, '239.255.255.250'); //Android don't need this for UDP to work. iOS requires this for some reason. But does not work with iOS 16.
After following the debug, the iPhone does not send the message at all! Message not seen in network.
Android and iOS14 work fine!
Please help Apple TechSupport.
Many thanks!
Gibo IoT
Topic:
App & System Services
SubTopic:
Core OS
Tags: