adba / OpenWeatherMapAPI

iOS api classes for openweathermap.org
MIT License
256 stars 68 forks source link

Use HTTPS instead of HTTP for ATS #20

Open Ge0rges opened 7 years ago

Ge0rges commented 7 years ago

In the latest versions of iOS, apple block http queries since they are insecure, unless temporarily whitelisted. Would it be possible to update the framework to use HTTPS so we don't have to use that workaround (which will soon be completely banned I believe)?

Ge0rges commented 7 years ago

Turns out, they don't support HTTPS. I sent them an email.