Error: Error Domain=NSURLErrorDomain Code=-1001 “The request timed out.”

There was no issue in the code. I guess the simulator internally was not able to connect to the internet, so that is why it was not able to connect to the server after providing various timeout intervals. But it worked completely fine when I executed another day. Thanks to @Andrew Jaffee for helping me to find this issue.

Leave a Comment