I got a simple HTTP server running in unity on a thread using HttpListener. This works just fine on PC, Mac, and Android. On IOS devices, it appears to be starting and running just fine, but when sending an http request, I'm getting an Error 102 (ERR_CONNECTION_REFUSED).
Any solutions or workarounds to this?
↧