So, I just read the latest news in the member center and it says:
"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."
While I don't have a major issue with this, outside of the fact that ipv6
is not supported by any of the major ISPs in my area. But, I am concerned
about one of my apps in particular which displays the ipv4 address internal
and external. I can't switch this to ipv6 because it simply won't work on the
majority of networks currently in use. Yes, I thought ahead and already have
a code branch in the existing app to show ipv6 addresses but, it's not enabled
because there is no way to test it.
Any suggestions?