I have below queries regarding supporting IPv6-Only Networks:
1. As per Apple announcement, "At WWDC 2015 we announced the transition to IPv6-only network services in iOS 9. Starting June 1, 2016 all apps submitted to the App Store must support IPv6-only networking. Most apps will not require any changes because IPv6 is already supported by NSURLSession and CFNetwork APIs.". Is this applicable to apps targeting to only iOS9 or lower versions (Existing application deployment target is 6.0).
2. If that is required for lower versions, existing application uses NSURLConnection in many places, do I need to replace NSURLConnection with NSURLSession.
Thanks in advance.