"App Transport Security" seems to apply only to HTTP connections made through NSURLSession, but it's not entirely clear whether "App Transport Security" requirements also apply for custom protocols when using Secure Transport Reference.
Can I get definitive answer about that?
Also what exactly does "higher-level APIs" refer to in this sentence "In addition, your communication through higher-level APIs needs to be encrypted using TLS version 1.2 with forward secrecy." from App Transport Security section of "What's New in iOS 9.0"?
Thanks.