Hi!
I'm trying to make webrequest to a non-https site with minSDK version 2.3.x, and I always get a SECURE_CONNECTION_REQUIRED = -1001 back as a response code.
Searching through the web I found this:
https://developer.garmin.com/index.php/blog/post/connect-iq-important-updates
"In light of this, Connect IQ will require that calls to makeWebRequest communicate only with ATS compliant servers. In a future update the simulator is now going to check to make sure that all requests are talking to properly secured servers"
Am I seeing this right? Because of Apple "invented" something called ATS, noone can make a webrequest to a non-https site, not even on android? Or am I just being dumb?