I am getting error -
Error: Domain=NSURLErrorDomain Code=-1005 "The network connection was lost.
UserInfo=0x10e74380 {NSLocalizedDescription=The network connection was lost.
I am facing the this error on devices. First request works very well. But when I put the data from the response of first request into second one, it always gives error -1005
. This is happens in iOS 8 only. More than 100 users for our app reported this issue. Its happening on device and simulator both. We are using https , POST request. If I put the second request in place if first then it works. Which means problem occurs when I make the second request. Can we do anything from app side to fix this issue?