上线被拒,提示要适配IPv6,但是我模拟IPv6的环境,运行app没有发现bug或者闪退情况,求帮忙解决一下,思路也行。We were unable to review your app as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue.Next StepsPlease revise your app and test it on a device while connected to an IPv6 network (all apps must support IPv6) to ensure it will launch without crashing.ResourcesFor additional information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks and Supporting IPv6-only Networks.For a networking overview, please see About Networking.For information on how to symbolicate and read a crash log, please see Tech Note TN2151 Understanding and Analyzing Application Crash Reports.If you have difficulty reproducing this issue, please try testing the workflow described in Testing Workflow with Xcode's Archive feature.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

解决方案 »

  1.   

    https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW1这是苹果官方的修改指南
    注意,不要用ip地址
      

  2.   

    我最近也在提交app,跟楼主遇到一样的问题,准备上传视频申诉呢!你的解决了吗?
      

  3.   

    iOS 有个看门狗机制,估计是你APP启动时耗时较长,看门狗会自动终止程序运行,建议看看启东时的逻辑,尽量异步处理,ipv6基本是不需要咱门做什么的
      

  4.   

    我遇到过同样问题, 原因是我用的是友盟推送1.2.6的包, 不是完美支持IPV6, 换成最新包1.4.0上传审核就没问题了