- [基础常识]为阿里云ECS(CentOS7)配置IPv6隧道地址https://bbs.aliyun.com/read/285557.html
- 阿里云问题搜索https://www.aliyun.com/ss/ZWNzIGlwdjY
- nginx开启IPV6支持配置http://www.ttlsa.com/nginx/nginx-ipv6-configuration/
- 配置Nginx使其支持IPv6
- ipv6测试http://ipv6-test.com/validate.PHP
- ipv6测试http://test-ipv6.com/
- IPV4服务器如何支持ipv6访问http://blog.csdn.net/u013488847/article/details/52472151
- 搭建IPV6环境,自测app是不是支持IPV6网http://www.jianshu.com/p/959ea4393dc6
- IOS APP由于IPV6问题被拒怎么解决https://zhidao.baidu.com/question/651050110230820485.html
- 阿里云通过 IPV6 地址访问域名,如何设置域名解析?https://help.aliyun.com/knowledge_detail/39813.html
- 苹果Ipv6文档https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html
-
Ipv6_Only 简单的理解(已验证,项目已经上线)http://www.jianshu.com/p/97b205933c15
自2016年6月1日起,苹果要求所有提交App
Store的iOS应用必须支持IPv6-only环境,背景也是众所周知的,IPv4地址已基本分配完毕,同时IPv6比IPv4也更加高效,向IPv6过渡是大势所趋。
然而在对IPv6进行兼容适配过程中,很多开发者在本地环境测试通过,却在App Store审核时被拒,这种情况下可以首先排查是否由DNS解析失败引起,那么如何验证DNS服务器是否正确响应了IPv6地址的解析请求呢?搭建好DNS64环境后,可以通过以下命令查询:
终端中输入 看status是否是NoError
dig 域名 aaaa
验证DNS解析的原因是,App访问网络的第一步就是进行DNS解析,App Store审核时会先访问DNS服务器,获得iOS应用服务器的IPv6地址,再进行访问,如果这时DNS服务器无法成功解析到IPv6地址,即使在本地搭建的IPv6-only环境中测试成功,仍然会出现在提交App Store审核时被拒的情况,所以选择一个稳定性、兼容性俱佳的域名解析服务至关重要!
因为审核时被拒:说10.3.1在ipv6 环境下加载不出内容
2017年4月28日 上午1:33
发件人 Apple
2.1 Performance: App Completeness
Guideline 2.1 - Performance
We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.3.1 on Wi-Fi connected to an IPv6 network.
Specifically, your app displays a blank screen and does not load any content.
Please see attached screenshots for details.
Next Steps
To resolve this issue, please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify any issues, 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. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue.
Resources
For information about supporting IPv6 Networks, please review Supporting IPv6 DNS64/NAT64 Networks and About Networking.
以前的版本都没有问题,突然被拒表示很无奈
然后mac开热点亲测后没有问题,我们服务器用的阿里云,了解了一下只要记录类型配置AAAA就可以支持ipv6
![阿里云.png](https://img.haomeiwen.com/i5333893/c65709806a76522e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
然后在终端中输入```dig 域名 aaaa```
![dig.png](https://img.haomeiwen.com/i5333893/5bcd7256258eda45.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
看了一下也没有问题,所以也不知道改哪里。
没办法 就截了三张图说明了一下就直接提交了版本
![手机10.3.1截图.png](https://img.haomeiwen.com/i5333893/dd7be9ed3ddda079.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![wifi是IPV6下的截图.png](https://img.haomeiwen.com/i5333893/5e951322cf15e84e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![APP加载有内容的截图.png](https://img.haomeiwen.com/i5333893/e781ae4ca2f7f878.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
直接回复给了苹果,直接提交了版本,第二天审核就过了,也是很庆幸,不然过不了的话还真是不知道改哪里。
猜测:估计是测试人员网不好😄😄😄
网友评论