我们是工程师 ——加油 !
1.问题描述:
被拒的描述1.
We discovered one or more bugs in your app when reviewed on iPhone running iOS 12.1.4 on Wi-Fi.
Specifically, we were not able to login as the error message displayed.
被拒的描述2.
Performance - 2.4.1We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 12.1.4 . Specifically, we were not able to log in from an iPad as an error message displayed.We've attached screenshot(s) for your reference.aNext StepsPlease revise your app to ensure it runs and displays properly at iPhone resolution on iPad.ResourcesFor information on iOS device screen sizes and resolutions, please see the iOS Human Interface Guidelines as well as the Points versus Pixels in the View Programming Guide for iOS.
2.问题分析
1只苹果的拒绝邮件含有"ipv6"那么你99.5%需要适配ipv6 ,
2"NetWork连接失败,无法登陆,无法加载数据"很有可能需要适配ipv6,为什么?中国6.1号之后80%以上的应用被拒绝都是因为ipv6,ipv6导致的问题是无法连接服务器,所以这种情况你也需要考虑是不是应该适配ipv6
3解决方案需要支持ipv6 只要苹果拒绝邮件含有ipv6就需要适配ipv6,就需要搭建ipv6 环境测试自己的app ,拒绝邮件没有包含"ipv6"但是告诉你网络加载失败,加载不出来,登录就崩溃等现象,如:被拒“描述2”所示!"说在12.1.4下无法连接",导致大面积接口
3.解决方案 (1)
服务器端搭建ipv6环境测试,方法如下:
原文链接: https://blog.csdn.net/quanqinyang/article/details/53926851
解决方案 (2)
目前IPv6在国内并没有普及,所以很多服务器都不支持IPv6。后台设置支持IPv6任务量也不小。所以我们可以试着跟苹果邮件沟通一下,亲测有效!!范文如下:
Dear team,
Thanks for your feedback!
We tested this bug and found that it is impossible to request data in the Wi-Fi environment of IPV6, but it is possible in the Wi-Fi environment of IPV4.
In China, we usually use the IPV4 network environment, and our server also sends data through the IPV4 network. In order to upgrade the server through auditing, it takes a lot of time and money. Our application is only sold in China, could you test with the IPV4 network environment? I believe that these bugs will not appear, thx!Best Wishes,
YongGang











网友评论