Hi,
We have also recently hit a problem where our application was unable to connect to a local network TCP socket on a remote host and was hitting EHOSTUNREACH. This appeared to be the permission blocking it as we were running the application under XCODE (whilst a previous version was installed in APPLICATIONS).
Is there a concept of adding this permission to the application under XCODE and/or programatically querying the permission and requesting from user?
Thanks
Chris