You are correct that it is referenced everywhere, but does not seem to be part of the Foundation Framework for iOS.
You can use the NSStream class to implement a high-level socket (look at SimpleNetworkStreams ).
I also heard that you can use the smallSockets library (designed for Mac OS, but presumably just fine for iOS) to wrap CF Networking classes.
source
share