Recently I have submitted the app to App store and it got rejected due to IPv6 not supported.
I checked online ready.chair6.net and it shows that Hostname does not have IPv6 AAAA record.
So my question is, Once we do changes on our server, do I need to change anything in my code?
I'm Using Alamofire v3.5.1 for API calls, and Reachability class to check the Internet connectivity.
Also how to make make sure that my app is running fine on IPv6? I have seen on Apple developer site for How to create IPv6 virtually on your mac?
I successfully able to configure that but when I connect my device to the same network and I check the IP address in the device it shows IPv4 and IPv6 addresses. But again not sure its using IPv4 or IPv6?