have apps, built 2015 and 2014. How can I test them for IPv6? If my apps doesn\'t support IPv6, what should I do?
My apps are using AFNetworking and Alamofire. I\'m
The following link from Apple outlines the requirements for transition to IPv6 support so I suggest reading it carefully. Apple provides guidelines to insure that your app is IPv6 compatible including which API's should and should not be used, not hard-coding IP addresses, etc. They even detail how to setup a local Mac-based IPv6 DNS64/NAT64 network to test against.