Getting -10985 error from urlSession while attempting to make a connection. Not sure why this is happening if anyone is aware please help
-10985 network error from urlSession
-10985 is not in any of the standard error ranges that I’d expect to see returned by URLSession. Indeed, I was unable to find an uses of that number as an error code.
Are you able to reproduce this? If so, please add code to print the error and then post the results:
… assuming `error` is either an `NSError` or a Swift `Error` …
print(error)
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"