I've been working on an app...since the iOS 11 update disabling ATS does not work anymore I've added the below in the info.plist
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
I can't use the domain exception key as I am downloading images from unknown domains. below is what I get when trying to download an image
Task <C3DC30F1-5869-46F6-ABA4-5E1EC8334FD8>.<0> HTTP load failed (error code: -1005 [4:-4])
NSURLConnection finished with error - code -1005