Performance - 2.1

We discovered one or more bugs in your app when reviewed on iPhone running iOS 9.3.3 on Wi-Fi connected to an IPv6 network.Specifically, your app still displayed an error message/black box upon login and we were unable to complete login.

Weve attached screenshot(s) for your reference.

Next StepsPlease 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 updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue(s).

ResourcesFor information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks and About NetworkingIf you have difficulty reproducing a reported issue, please try testing the workflow described in Technical QA 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


自2016年6月1日起,苹果要求所有提交App
Store的iOS应用必须支持IPv6-only环境,背景也是众所周知的,IPv4地址已基本分配完毕,同时IPv6比IPv4也更加高效,向IPv6过渡是大势所趋。

然而在对IPv6进行兼容适配过程中,很多开发者在本地环境测试通过,却在App Store审核时被拒,这种情况下可以首先排查是否由DNS解析失败引起,那么如何验证DNS伺服器是否正确响应了IPv6地址的解析请求呢?搭建好DNS64环境后,可以通过以下命令查询:

$dig dnspod.cn aaaa

验证DNS解析的原因是,App访问网路的第一步就是进行DNS解析,App Store审核时会先访问DNS伺服器,获得iOS应用伺服器的IPv6地址,再进行访问,如果这时DNS伺服器无法成功解析到IPv6地址,即使在本地搭建的IPv6-only环境中测试成功,仍然会出现在提交App Store审核时被拒的情况,所以选择一个稳定性、兼容性俱佳的域名解析服务至关重要!

经过全面的测试和灰度发布,腾讯云DNSPod域名解析已全面支持App
Store IPv6-only网路环境,已有成功通过审核案例,并且在境内外均验证解析成功

如果你想对IPv6-only的原理有更深入的理解,请参考这篇文章

http://www.jianshu.com/p/8edfdfa20b29


GitHub - wg689/Solve-App-Store-Review-Problem: a collection to solve app store review problem (ipv6,后台定位等审核问题的终极解决方案汇总)专门解决苹果审核问题的仓库.有ipv6 和后台定位被拒绝的终极解决方案,还有其他的,欢迎fellow和star,我会持续更新,欢迎推荐给他人,你测试是好的,并不代表到美国那边还是好的,你需要使用vpn选择美国那边的线路,进行ipv6测试

买个 vbox路由器 迅速搭建一个ipv6的开发环境,可以解决这个问题,节省时间!


ios审核被拒讨论 QQ群567612859


楼主解决了吗 ,我也遇到了这个问题


这个怎么解决的呢,我也遇到这样的问题,本地ipv6环境是好的,但是已经被拒了两次了,不知道怎么下手处理问题了
多提交几次吧,我自己第一次提交被拒,然后我自己搭环境测试可以通过,再提交之后就通过了,虽然下次可能还会被拒~,下次再说了
我也是这样的,在ios9.2的时候ipv6没有问题但是现在在ios3上面苹果拒绝的原因竟然是ipv6,求解决方法
我的也是,而且之前已经上了一个版本了(适配了ipv6),这次居然说ipv6有问题。我自己配的ipv6测试是没有问题的

题主解决了么,请问怎么解决的


推荐阅读:
相关文章