简体   繁体   中英

App store Rejects App for IPV6 network support on iOs 10

I got an app rejection mail from apple which is below,

We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 10.0.2 on Wi-Fi connected to an IPv6 network. Specifically, app remains on splash screen upon launch.

Based on their request i have created the NAT64 network on my Mac and shared that internet for the iPhone 5S device 10.0.2 os version , App was working fine,

But apple says its not working with IPv6 Can anyone confirm that do i need to check anything else?

Related question

Environments: Appcelerator Studio Ti SDK 5.1.0 GA XCode Version 6.3

Thanks in advance

Just Read the mail you got from apple people. Answer will be there only. Use wireshark to know what exactly your network doing.

Also to understand the problem better use wireshark for analyzing what is going on - create an network as outlined in that session and see what happens on the wifi port

https://developer.apple.com/videos/play/wwdc2015/719/

for more info check @ Sean Answer

After quite a bit of stress, I can confirm that the issue was a problem with our backend not being correctly configured for IPv6. Apparently, AWS doesn't support IPv6, nor IPv6-only DNS through Route53. I ended up moving all the internet facing bits of the backend away from AWS for the time being. I wanted to leave this up because I think there are probably going to be others who find themselves with similar problems as people start submitting updates past the IPv6-only restriction. The best tool I found for testing server/dns readiness has been: http://ready.chair6.net/

Request your hosting provider to assign your server IPv6 as well and they will not charge you for this. This will resolve your IPv6 issues.

In my case I contacted the hosting provider about this issue and they said IPv6 is not assigned to my server I requested them and asked for the cost, they said it is free of cost and will assign it now. I think hosting companies have to assign IPv6 to all servers but they are assigning it on priority bases for those who are facing this issue.

So better you contact hosting provider for your IPv6 assignment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM