May 4, 2024

Starting June 1st All Apps Submitted to the App Store Must Support IPv6-Only Networking

Posted May 5, 2016 at 12:15am by iClarified · 14578 views
Apple has announced that starting June 1, 2016 all apps submitted to the App Store must support IPv6-only networking. IPv6 was developed to deal with the long anticipated problem of IPv4 address exhaustion. It provides an identification and location system for computers on a network. IPv4 only supports about 4.3 billion addresses; whereas, IPv6 supports 7.9 x 10^28 times that many.

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. You can learn how to make the necessary changes by reading this support document and watching the 'Your App and Next Generation Networks' video.