I have a scenario where a NSURLConnection is in progress.
As we all know, CDMA phones (think Verizon, Sprint) can't handle data and phone calls at the same time. Does anyone know what, if any, NSError is returned when the connection is interrupted by a phone call?
Is there any error handling? Does didFailWithError get called or does it automatically go into the background?
Thank you in advance.