Hello,
Is there a matrix showing which TLS versions are supported by which iOS versions ? (NSURLSession / and older NSURLConnection) ? We'd like to remove support for TLS 1.0 and TLS 1.1 from our back-end infrastrucure, but are worried this might affect older versions of our app. We still have some active users on iOS 8.4 What is the highest TLS version iOS 8.4 works with?
Thanks,