IPv6 issue for Apple Store

Hi,


Our App is facing a rejection issue by Apple Store for the reason of not supporting IPv6. For our application, it is on Hybrid architecture based on cordova platform. And all the data communications are on AJAX, that means over HTTP protocal.


I checked the previous post to test whether our server support IPv6 and got the result as belowed.

Please could you advise, from above test results, is there anything we'd have to change on our DNS/Network settings?


Regards,


Frank

Replies

Add here is the result of lauching "dig" command

----------------------------


HOSTNAME:~ joy$ dig +nocmd +nostats xxxxx.yyyyy.com AAAA

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32393

;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0



;; QUESTION SECTION:

;xxxxx.yyyyy.com. IN AAAA



;; AUTHORITY SECTION:

xxxxx.yyyyy.com. 86400 IN SOA xxxx.corp.yyyy.com. nsinfo.yyyy.com. 2014093056 28800 7200 604800 86400

Please take a look at my Supporting IPv6-only Networks pinned post, and specifically the post linked to by FAQ #6, and specifically the first section of that post.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"