IOS 11, Xcode 9 error: terminating NSURLConnection with error code -1009

I get the error message: NSURLConnection completed with error code -1009 in iOS 11, Xcode 9, when I switch to background and wifi .. its connected to Wi-Fi continuously and anyone has a solution.

+4
source share
2 answers

enter image description here

Perhaps this is one of these crazy iOS 11 errors because I got the same problem after upgrading to 11.2. The reason is that the cellular data for the application for some reason was set to false on the device. To fix this, simply go to Settings and Cellular. Find your application in the list and enable it.

+2
source

, , Wi-Fi, 4G.

0

Source: https://habr.com/ru/post/1687859/


All Articles