If my application uses NSURLConnection to keep a connection open (to implement server push) on a CDMA network, then what will happen if the user makes a phone call or receives an SMS etc. (i.e. where simultaneous data and voice connections are not possible). Presumably didFailWithError will get called but I'm specifically wondering if its possible to determine the specific cause for the failure being these scenarios.

0

There are 0 answers