Hi all, i need urgent help on some issue that i have never faced before. I´m wonking on an app that is mostly webservice based, and I´m getting this error on the app when deploying the app on my movile phone (iPhone with iOS 11.2.6), and I´m using (Xcode 9.2)
The error is this:
2018-03-05 00:16:30.920248-0300 SADE[4133:1941243] TIC TCP Conn Failed [3:0x1c4166180]: 12:8 Err(-65554)
2018-03-05 00:16:30.923274-0300 SADE[4133:1941243] Task <D9F1C739-E844-456B-A8DA-643F7F6A12E7>.<2> HTTP load failed (error code: -1003 [12:8])
2018-03-05 00:16:30.923766-0300 SADE[4133:1941243] Task <D9F1C739-E844-456B-A8DA-643F7F6A12E7>.<2> finished with error - code: -1003
The app works on the simulator, so seems to be a problem on the device.
I´ve try doing "nscurl --ats-diagnostic [url of service]" and I´m getting some FAIL, but some PASS also, for example:
TLSv1.0 with PFS disabled and insecure HTTP allowed
Result : PASS
Then I set the configurations in my info.plist in the app and nothing, same error.
I´m using request over a VPN (that works) and doing request to a https url
This is the code that I´m executing:
URLSession.shared.dataTask(with: request, completionHandler: { (data, response, error) in
I need help on this PLEASE!!!!