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
こちらの記事を参照
https://jiandanxinli.github.i...
参考: http://www.jianshu.com/p/a6ba...
公式ドキュメント: https://developer.apple.com/l...
公式ドキュメントに従って自分でテストしましたか?
重要なのはサーバーではありません。Apple は、アプリが ipv6 モードを通じてサーバーにアクセスできる必要があると考えます。
そのため、独自のネットワーク内に ipv6 ホットスポットを作成でき、これを介して任意のネットワークにアクセスできます。ホットスポットにアクセスできる場合は、IPv6 がサポートされていることを意味します。
対応するサーバーに ipv6 経由でアクセスできるように、サーバーをドメイン名に設定します。
次に、クライアントがドメイン名を解決して、アクセス用の ipv6 アドレスを取得します。
curl の最新バージョンは ipv6 をサポートし、coco2dx の最新バージョンもデフォルトで ipv6 モードをサポートします。
私の同僚もこの問題に遭遇しました。