cfnetwork
How can I build/install/run a server program to communicate with the iPhone?
I\'d like to play with the idea of creating a server program that communicates with an iPhone app over socket connections. I\'ve found several guide开发者_StackOverflow中文版s within Apple\'s document[详细]
2023-04-12 09:26 分类:问答Add SSL to iOS Application Sync
I\'m syncing my Mac application with my iPhone application using NSStream and am trying to encrypt the communication with SSL.I\'ve tried to run CFReadStreamSetProperty(readStream, kCFStreamPropertySS[详细]
2023-03-31 01:25 分类:问答How do i know if my client iOS app is connected to the server?
I press the button to connect to the server (TCP), but i don\'t know whether it connected or not.. Here is that part of the code:[详细]
2023-03-13 07:25 分类:问答Sending an image data over a socket, but it receives of some different format when it reaches server
I am cre开发者_如何学运维ate a NSData file from the image and sending over server using socket.[详细]
2023-03-09 21:27 分类:问答how to upload,download, or delete a directory or multiple files in FTP server using CFNetwork?
i have starting learning about FTP Programming, i learn some from simpleFTPSample that using CFNetwork. From this sample i understand how to upload and download a file from ftp server, and also i unde[详细]
2023-03-09 11:42 分类:问答Save audio stream into file with MPMoviePlayerController
I\'ve some trouble wit开发者_开发百科h audio streaming using MPMoviePlayerController. I want to know if it\'s possible to save the data streaming info to a file while MPMoviePlayer is playing that fil[详细]
2023-02-06 07:06 分类:问答Learn CoreFoundation
I\'d like to know how some developers achieve amazing functionality with core technologies. My education in programming was based only in high level programming languages like c# and java and I find v[详细]
2023-01-31 08:46 分类:问答Sending iphone's [[UIDevice currentDevice] name] over network
I\'m trying to send the device name over a network impl开发者_C百科emented with CFNetwork. My application will successfully send the NSString over the simulator, but not on an actual device. The class[详细]
2023-01-27 12:00 分类:问答Async CFStream networking with runloop
I am trying to implement async tcp networking with runloop. currently I manage to connect, but when I try to send something I get that -1 bytes have been written - but CFWriteStreamCopyError returns n[详细]
2023-01-26 07:21 分类:问答NSURLConnection closed during HTTP Server Push
I am connecting to an HTTP url using NSURLConnection. I am supposed to get r开发者_高级运维esponse (more then one data package) after some time intervals, but NSURLConnection ,immediately, become clos[详细]
2023-01-25 03:22 分类:问答