Network framework in the core services for iOS & Mac OS X

learn more… | top users | synonyms

0
votes
0answers
18 views

CFNetwork - Multiple Connections, Same Server?

I'm trying to create multiple connections to the same server (e.g. https://www.myserver.com/) using the CFNetwork framework. Everything works as expected when I try to make a single connection. As ...
0
votes
0answers
13 views

Verifying SSL in iOS Applications?

I'm going to be adding SSL to the API that I'm working on at the moment mainly because it deals with quite a lot of user data. However, I haven't worked with SSL on iOS devices before, and I would ...
0
votes
0answers
32 views

How to set WiFi settings automatically

My current project requires that an iPad app that I'm developing connects via WiFi to a peripheral that doesn't have a DHCP server running. The current solution is to enter values for the iPad's IP ...
0
votes
0answers
13 views

CFReadStreamRef in background

I have tried a couple of different ways to get this piece of code executing in a background thread, but every time I try to run this, the CFReadStreamClientCallBack just doesn't get called. It gets ...
0
votes
0answers
21 views

How to look for an UDP packet in iOS?

i am working on an application that needs to discover a device on a network. The devices sends a short udp broadcast packet on a specific port every 5 seconds. I need to listen to a UDP broadcast ...
0
votes
0answers
71 views

iOS - Sending Confirmation Email Via SMTP to users

I'm trying to send a user a confirmation email with his/her order number. The code successfully sends the mail but it gets kicked back to the senders inbox (me, the senders email) with the following ...
0
votes
0answers
60 views

CFNetwork framework file not found issue. Not able to build for device. On Simulator it works fine

I am getting this error of CFNetwork/CFNetwork.h file not found in NSURLError.h file when I try to build my app for Device. It builds successfully and works fine on Simulator. Also, when I try to ...
0
votes
0answers
34 views

CFNetwork to make SIP calls

I am trying to make a really basic softphone application for the iPhone. I was trying to use PJSIP in Xcode; it seems overly complicated, not to mention I can't seem to get the library files to build ...
0
votes
0answers
46 views

iphone ftp download using CFNetwork not working

I am trying to do FTP download from a Linux server. And I am able to create and open the FTP stream. But when I read the file stream always I am getting (return as -1) no bytes available. I am new to ...
0
votes
0answers
22 views

Compile Time Error on using CFSocketStream

The following line of code is causing compile errors in my iOS application CFStreamCreatePairWithSocketToNetService(kCFAllocatorDefault, (__bridge CFNetServiceRef)netService, &readStream, ...
0
votes
1answer
93 views

CFNetwork/ASIHttpRequest : upload failed, no status code, no response headers

I'm using ASIHttpRequest, on iOS, to upload a file. In some cases, the user can't upload the file (because some conditions aren't fulfilled), so my server needs to return an error (400 status code) ...
-3
votes
2answers
191 views

How to upload xml files to FTP Server by using CFNetwork concept in iphone

How to upload xml files to FTP Server by using CFNetwork concept in iphone? Is there any sample project? Is there any openSource available?
0
votes
0answers
142 views

ios SSL programming sample

I am coming from a C background where I user simple bsd sockets and openssl to setup ssl sockets in linux. Now when I started programming in iOS i am facing trouble. As per apple I cannot use bsd ...
1
vote
0answers
65 views

Proxy authentication in CFSteam based connection (iOS)

I have implemented CFStream based connection according to CFNetwork programming guide. How do I get credentials for authenticated proxy servers? Is there a way where I can get shared username and ...
0
votes
0answers
47 views

ios 6 bridge0 cfnetwork…port 21 not working when bridge0 is the device

My FTP server code works great on ports 21 and 2121 when en0 is the device on which there is a local wifi connection. However, if the iPad (with cellular) is in hotspot mode and the rf lan device is ...
0
votes
0answers
77 views

Setting VOIP flag for BSD Socket without using CFNetwork

I have a program which uses only BSD sockets, without CFNetwork, and I need to mark my sockets as VOIP (like kCFStreamNetworkServiceTypeVoIP) so it will work with the VOIP backgrounding mode of iOS. ...
0
votes
2answers
360 views

NSURLConnection sendAsynchronousRequest never free up the memory

I am working on an iOS app which dispatch quite a number of tasks to my serial queue. The task is to download images from my web server, save it to disk, and later displayed on UIImageView. However, ...
0
votes
2answers
90 views

Geting details of contents from a remote server in iPhone sdk

I am working on an app where I need to get details(file name, size, modified date) of contents of a directory from remote server. I will be having the url of the directory e.g, ...
0
votes
1answer
228 views

TCP/IP in Objective C?

I Just want to immitate the below PHP in objective C or C , <?php $host="192.168.1.4"; $port = 1000; $message="Hi"; // open a client connection $fp = fsockopen ($host, $port, $errno, $errstr); ...
0
votes
0answers
41 views

Device Notification or value change, find it in other device

I'm developing some application which should notify my current device values into other devices within certain area. Let say i'm having app, the same app installed in other 3 devices. When i change ...
0
votes
1answer
126 views

UDP socket not work with 3G network in iOS?

I was using GCDAsyncUdpSocket , it was working fine with wifi network but when I testing in 3g network, it seems not work. is possible using GCDAsyncUdpSocket with 3G network ?
3
votes
1answer
200 views

How to configure CFStream (or NSStream) for SSL handshake?

I'm using CFStream/NSStream to make http connections. I want to be able to detect that a SSL handshake fails for three cases: case A: server is not trusted case B: server is trusted but asks a ...
1
vote
0answers
94 views

ASIHTTP Request: how to handle SSL certificate

I'm using ASIHTTP in my project, and I need to support SSL connections with or without client certificate. From my view, four cases are possible during SSL handshake: case A: server presents a ...
0
votes
0answers
31 views

Non-reproducible crash happening in CFNetwork stack on iOS [duplicate]

Possible Duplicate: JavascriptCore->WebCore->CFNetwork crash on iOS app My ios app is running into a rare crash that occurs inside CFNetwork. This crash is happening one in about 500 ...
2
votes
0answers
125 views

How to implement secure FTP connection on iOS

Apple provide a CFNetwork guide, where described how to work with FTP. I interested to work with SFTP. Everywhere chilkat ftp library is suggested, but he has a too big feature list, that is ...
1
vote
0answers
222 views

JavascriptCore->WebCore->CFNetwork crash on iOS app

In one of our apps we are seeing some crashes with the following backtrace. Thread 8 Crashed: 0 CoreFoundation 0x36a07202 CFEqual + 41 1 CoreFoundation ...
3
votes
2answers
180 views

Determine successful establishment of connection and broken connection via NSStream

I'm trying to write something like wrapper for NSStream to make my life easier. I just want to know when is connection established, when is closed, write some data a get received data. So I'm thinking ...
1
vote
1answer
228 views

CFNetwork reads http header Transfer-Encoding Identity but wireshark shows chunked

I am using the CFNetwork to read through the headers and I am trying to read what type of "Transfer-Encoding" my request is. It should be "chunked" Wireshark shows the correct request of ...
2
votes
0answers
365 views

NSStream streamError 57 - Socket is not connected happening intermittently and consistently

After making some changes to my app for iOS 6 (none of them actually pertaining to networking), I started encountering a strange error with my stream event handler. This is occurring on both iOS 5 and ...
0
votes
1answer
196 views

iPhone SSID Check is Unreliable

My application requires the user's iPhone to be connected to a 3rd party hardware device which broadcasts an SSID containing the Product Name (always the same) followed by a Unit Number (i.e. ...
0
votes
2answers
98 views

My HTTP server's output is apparently invalid. How do I debug it?

Background: I have a custom HTTP server written in Erlang to stream stuff to an iPad app. I was using NSURLConnection - the standard high-level Apple way to consume HTTP content. However I was having ...
0
votes
0answers
52 views

Is there a list or table of the localizedDescription strings for kCFURLError or NSURLError?

I can see all the error codes in CFNetworkError.h or CFURLError.h, but would also like to see how the various -localizedDescription strings look like at least in English, but possibly other languages ...
2
votes
0answers
126 views

How to convert CFNetwork errors to NSURLErrorDomain?

NSURLConnection has some missing features (and some small bugs!), so I've been re-implementing it via CFNetwork. I'm aiming for a drop-in replacement - identical input, identical output. Everything ...
2
votes
0answers
121 views

Crash connection to FTP using CFNetwork

I want to download a file from my FTP using CFNetwork. The following code crashes allmost everytime i run my iOS Application (iOS 6.0 SDK). The debugger just says "(lldb)" ...
0
votes
1answer
32 views

kCFURLErrorBadURL : How to solve?

I am building a web service based on PHP language. Browser shows the exact data. But while i am trying get data from my iPhone app then shows the following error kCFURLErrorBadURL = -1000 How ...
0
votes
1answer
161 views

CFNetwork Error : The connection failed due to a malformed URL

While running iphone app, several times i got the following Error The connection failed due to a malformed URL At CFNetwork Error Codes Reference, i got the info that this error triggered by ...
3
votes
1answer
233 views

iPhone- App crash using SKPSMTPMessage

I am using SKPSMTPMessage to send email. It works fine in simulator but when i try this on iPad, it send mail but after that it crash. My relay host is testMsg.relayHost = @"smtp.gmail.com" Where ...
-1
votes
1answer
231 views

Lots of CFNetwork Leaks

There seems to be a load of CFNetwork leaks going on in my app: And most the CFNetwork leaks (+ the one libdispatch.dylib) come from this along the way: stream is a CFReadStreamRef which gets ...
6
votes
1answer
242 views

CFStream crashes after setting SOCKS proxy config

What's wrong with the code below? I use AsyncSocket to connect to a SOCKS proxy and set the proxy settings on onSocketWillConnect delegate method. If I omit the calls to CFReadStreamSetProperty and ...
0
votes
2answers
390 views

How do I setup CFReadStreamRead to timeout in iOS?

I have legacy code using CFReadStreamRead on the iOS, but if there is no/loss of a connection CFReadStreamRead will block forever. How do I setup CFReadStreamRead to timeout? Thanks in advance
0
votes
0answers
30 views

How do I set the _kCFStreamPropertyFTPLogInOnly flag in CFFTPStreams?

In a document published by Apple in 2005 (CFFTPStream.c) Reference is made to a property - _kCFStreamPropertyFTPLoginOnly - which does not seem to be published in the current version of CFFTPStream ...
1
vote
0answers
232 views

HTTP request over CFStream

I am trying to get simple HTTP communications working using CFStream, however with the below code I still get a connection success even when I give an invalid URL (wwwww.yahoo.com). Can someone ...
2
votes
0answers
292 views

How to set proxy details to NSURLDownload object

I am creating a downloader, which I want to run through a specific proxy server. I am able to pass the proxy information to the CFURLRef object. But not able to use the same with NSURLDownload which ...
0
votes
0answers
103 views

Logging all socket calls in iOS

I am trying to trace an issue in my app and have the need to trace all calls of the BSD Socket APIs. I basically would like my function to be called whenever a socket is created, which will print ...
0
votes
1answer
428 views

CFNetwork.framework deleted by mistake in xcode4

I have included CFNetwork.framework in my app. And later when not required i just right click and deleted by mistake. Now my iPhone app is not getting built saying CFNetwork.h is missing. In add ...
0
votes
0answers
102 views

How to pause the CFReadStream/CFWriteStream foe FTP

I am trying to download files from FTP server from my app so i am using CFWriteStream and CFreadStream for this . However if i want to pause the download , i am not geeting any way to do this. How ...
1
vote
1answer
306 views

How can I detect dropped connection with CFStream/NSStream?

Here's the setup: I have an input stream created with CFReadStreamCreateForStreamedHTTPRequest. It has the kCFStreamPropertyHTTPAttemptPersistentConnection property set (I'm pooling connections). The ...
2
votes
2answers
652 views

Monitor Connection Status & Handling Drops

I have implemented a working solutions, please see my comment below Hello, and thank you for taking the time to read this post! I'm developing an app which connects to a hardware device which ...
0
votes
2answers
153 views

When exactly *must* an app include the Reachability class to test for network reachability?

According to Cocoa with Love Reachability is needed when an app requires WiFi (rather than cellular network), e.g. if app loads heavy videos and is not meant to be used over 3G. My app uses internet ...
0
votes
1answer
1k views

How to correctly use Apples Reachability class to tell if the internet works? [duplicate]

Possible Duplicate: Are there more sophisticated alternatives to Apples Reachability class? Here's an example: Reachability *reachability = [Reachability ...

1 2 3