Web Service Timeout on iOS 10 not iOS 11

Recently a very strange thing started to happen. When I call my web service, iOS 10 which worked a few weeks ago suddenly started to get timeout errors all the time while the exact same code base is working perfectly fine on iOS 11.


The even stranger thing is that the call doesn't even seem to get to the server because we set a breakpoint in the server and it was never hit by the iOS 10 app. It doesn't matter if its on a real device or the simulator, iOS 10 simply fails and the system gives me a timeout error. I used Alamofire and Moya for my networking which both use NSURLSession I suppose.


I wonder whats going on here. Has anybody experienced anything similar and can help me?

Replies

I'm having the same problem. Did you manage to fix it?


EDIT: i was connected to a network that didnt had access to the server