I want to learn how to deal with SSL
certificates and HTTPS
requests in iOS
, and I've read this tutorial to try to get the basics but, since it uses NSURLConnection
and it became deprecated in iOS 9
, I've been looking for an example/tutorial of this process using NSURLSession
, but I didn't find any.
I'd appreciate some guidence for this, thanks in advance.