Does Apple allow the use sockets (TCP or UDP) in iOS apps and allow them on the AppStore?
If yes, please provide the official confirmation from Apple or some apps examples.
Does Apple allow the use sockets (TCP or UDP) in iOS apps and allow
Share
Yes. Start with this landing page for iOS Networking topics. If you want to use UDP/TCP look at the CFNetwork Programming Guide; in particular streams.
Typically you would integrate bonjour in to your application so that you have the information needed to establish TCP/UDP communication via streams (BSD sockets):