I have this consumer class that takes an NSInputStream as argument which will be processed async, and I want to push data that comes from a producer class that requires that it has an NSOutputStream p
I\'m building a socket , using CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, (CFStringRef) yourHostAsNSString,
I\'m building an iPhoe app with a socket to a PC app , I need to get an image from this PC app. It\'s my first time using \"CFStreamCreatePairWithSocketToHost\".After I establish the socket with \"NSO
I am writing an iPhone application that needs to record audio from the built-in microphone and then send that audio data to a server for processing.
I have created a java server, which takes screenshots, resizes them, and sends them over TCP/IP to my iPhone application.The application then uses NSInputStream to collect the incoming image data, cre
I am writing an application that uses NSStream\'s SSL functions on the iphone. I know that SSL is working because I can directly connect servers using SSL.
in an iPhone app, I have a socket connection through wifi, and I need to read from inputStream and write to outputStream. The problem is that stream management is event-driven, and I have to wait for
I am using NSStream with SSL property for socket connection. It works fine when I use the local IP address such as 192.168.1.77. But if I use any server like www.xyz.com (it has SecurityLevelTLSv1), i