Testing IPV6 readiness of iOS app

Hi team,


I am testing my app for IPV6 readiness.


I am not using any hardcoded Ip addresses in the code and use NSURLConnection to make network requests.


On one of the screens the user is supposed to enter the server URL (eg: http://9.12.3.4:8080/gateway).

To test IPV6 readiness,I created NAT64 environment on my Macbook Pro. (Wi-Fi internet sharing with 'Create NAT64 Network').

And then I enter the above mentioned URL and it works perfectly fine.


Is this sufficient to say my app is IPV6 ready and willl not be rejected.


However, my uderstanding is that if I enter a IPV6 address like http://[2002:ab1:971::ab1:971]:8080/gateway it should also work fine. Is it?


Your guidance is much appreciated. Thanks in advance.

Testing IPV6 readiness of iOS app
 
 
Q