MKSG-MugunthKumar / MKNetworkKit

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices
http://mk.sg/8w
3.06k stars 755 forks source link

In ios8 issue "The network connection was lost." #440

Open brknandhakumar opened 10 years ago

brknandhakumar commented 10 years ago

First time "The network connection was lost." error coming , second time its getting success. but in ios7 its working fine.

Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo=0x7b03be00 {NSErrorFailingURLStringKey=https://x_x_x.php, _kCFStreamErrorCodeKey=-4, NSErrorFailingURLKey=https://x_x_x.php, NSLocalizedDescription=The network connection was lost., _kCFStreamErrorDomainKey=4, NSUnderlyingError=0x7a602f30 "The network connection was lost."}

markusfassbender commented 9 years ago

i got the same problem: randomly downloading seems to work or not to work in ios 8. cleaning the project doesn't help.

anitalanet commented 9 years ago

I am also facing the same issue. Freqently i got this message "The network connection was lost" even if i have the strong net connection.

Any solution for that ??