We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 10.0.3 on Wi-Fi connected to an IPv6 network.
Specifically, we found that your app displayed a network error message when the “登录” button is tapped. Please refer to the attached screenshot/s for more information.
Next Steps
Please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify the issue(s), then revise and resubmit your app for review.
If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.
For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue(s). For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue(s).
Resources
For information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks and About Networking
If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.
If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
complete details of your rejection issue(s)
screenshots
steps to reproduce the issue(s)
symbolicated crash logs - if your issue results in a crash log
ringa_lee2017-04-18 09:47:50
참고: http://www.jianshu.com/p/a6ba...
공식 문서: https://developer.apple.com/l...
공식 문서에 따라 직접 테스트해 보셨나요?
巴扎黑2017-04-18 09:47:50
핵심은 서버가 아닙니다. Apple은 앱이 ipv6 모드를 통해 서버에 액세스할 수 있어야 한다고 생각할 것입니다.
따라서 자체 네트워크에 ipv6 핫스팟을 생성하고 이를 통해 모든 네트워크에 액세스할 수 있습니다. 핫스팟 접속이 가능하다면 ipv6가 지원된다는 의미입니다.
해당 서버에 ipv6를 통해 접속할 수 있도록 서버를 도메인 이름으로 설정합니다.
그런 다음 클라이언트가 도메인 이름을 확인하여 ipv6 주소를 얻어 접속하도록 합니다.
curl 최신 버전은 ipv6를 지원하며, coco2dx 최신 버전도 ipv6 모드를 기본으로 지원합니다.