How to test iOS app on supporting IPv6? Apple rejected app as it is not IPv6 compatible

Hargovind Sharma picture Hargovind Sharma · Jun 22, 2016 · Viewed 16.7k times · Source

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 connecting mostly to domains ( Ex. api.example.com/v1/...). Only 1 app use IP: (ex: 12.12.12.12:3000/api/v1/...). enter image description here

Answer

Amal T S picture Amal T S · Jul 6, 2017

This solution only works if you have an ethernet connection.

For creating an iPV6 NAT64 wifi network, follow these steps

Step 1 : Open system preferences

Step 2 : Open Sharing

Step 3 : Click on internet sharing

Step 4 : Click Wifi in the ports while pressing option(ALT) key. A Create NAT64 Network checkbox will be displayed on the bottom after that. It is important to press ALT while selecting WIFI for displaying the checkbox

enter image description here

Step 5 : check Create NAT64 Network checkbox.

Now test the application in the created network.