I need to call a web service (post) on every 30 seconds. For first 3-4 times it works fine , but after 3-4 hits it gives error :
Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo={NSErrorFailingURLStringKey=My_URL, _kCFStreamErrorCodeKey=-4.
Please note that, Same web service hits from android app and postman then it works fine for everytime (no matter how many times you hit). I am using iphone device, I have also tried on simulator but still same issue. I have also checked my enitre code (check all values at run time before call web services) , all is fine. Any idea what's going wrong. Any suggestion will be great. Thanks in advance.