search

Home  >  Q&A  >  body text

objective-c - ios ipv6被拒 怎么解决,急急急!

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:

怪我咯怪我咯2771 days ago493

reply all(4)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 09:47:50

    Refer to this article
    https://jiandanxinli.github.i...

    reply
    0
  • ringa_lee

    ringa_lee2017-04-18 09:47:50

    Reference: http://www.jianshu.com/p/a6ba...
    Official documentation: https://developer.apple.com/l...

    Have you tested it yourself according to the official documentation?

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-18 09:47:50

    The focus is not on the server. Apple will think that your app should be able to access the server through ipv6 mode.
    So you can create an ipv6 hotspot in your own network, and you can access any network through this hotspot. If it can be accessed, It means it supports ipv6.

    Set the server to a domain name so that the corresponding server can be accessed through ipv6.
    Then let the client resolve the domain name to obtain the ipv6 address for access.

    The latest version of curl supports ipv6, and the latest version of coco2dx also supports it. Luasocket also supports ipv6 mode by default.

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-18 09:47:50

    My colleague also encountered this problem.

    reply
    0
  • Cancelreply