iOS Apps must support IPv6-only networking as of June 1

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.

If your app uses IPv4-specific APIs or hard-coded IP addresses, you will need to make some changes.

Apple announced this last year, so most of any work that needs to be done by developers is probably taken care of already. If not, this is a good reminder from Apple.