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.