So… i have this system sending information between different ue4 clients over udp. And it all works fine, except on iOS. I can send data -TO- an ios device over udp and that works fine. But sending data -FROM- the device… that doesnt seem to work. The packets doesnt seem to get sent. And it works fine from all other places.
I can confirm running the setup from pc to pc it all works fine, and even TCP sockets from ios also works like normal.
And other UDP applications from the same device can send with no issues…
I cant really find a reason why it doesnt work…
Are there issues sending UDP data from an UE4 application on iOS? Any way to get this to work?
I have a similar problem for iOS 15 / iPad and would love to know if you solved this.
I noticed there’s no prompt in iOS to ask about local network connection either, as there is with other apps that use UDP messaging. I’m sending UDP messages to a PC on the local network via the OSC plugin. Works fine between PCs, doesn’t work from iOS.