IPv6 WWW issue
Hey guys,
I recently submitted an app to the Apple Store and it got rejected. The issue they ran into, was that right at the start when they were trying to sign up for a "Player Name" it didn't work. All that script does is access a PHP script (WWW DatabasePost = new WWW(PostURL);) and then send some variables to it to enter the data in a mysql database (script.php?name=George). Apple also mentioned that they ran this over an IPv6 network and that that's where the issue would be. Now I did some google searches on IPv6 and I found this website (https://ip6.nl) that tells you if your domain is IPv6 "ready". Unfortunately my result came out as "'domainname.com' does not appear to be IPv6 capable at all :-("
So I was wondering if that's where the issue is. Do I need to find a host that's IPv6 to get this working? I would rather not have to go through the trouble of signing up for a new host, moving everything over and test it out just to find out it has nothing to do with it. I would like to mention that the script worked fine in my tests, but I'm not sure I actually tested for a IPv6 scenario, so I suppose I could say that it works fine as an IPv4 test.
I guess TLDR: Does my hosting service need to be using IPv6 as well for a WWW call to pass Apple's test? I'm using mediatemple's hosting atm all of their servers are IPv4.
Your answer