enable to list udp port in xcode 9 for an ios app by GCDAsyncUdpSocket

121 Views Asked by At

I am trying to listen to a udp port from my ios app by

GCDAsyncUdpSocket

and keep getting this error:

UDP connection error on port 60834 becuase Operation not permitted

from

GCDAsyncUdpSocket

it looks like I need to disable sandbox on my app and I tried to do it via

com.apple.security.app-sandbox in plist but not luck yet.

thanks for your help in advance.

0

There are 0 best solutions below