我有一个IOS应用程序连接到我的天蓝色VM来检索数据。在最近的应用程序提交更新之前,它一直运行良好,但由于不支持IPv6而被拒绝。我用这个工具测试了我的VM:
http://ready.chair6.net/据说,与我的服务器的连接在IPv6测试中失败了。它没有AAAA记录。Azure支持IPv6吗?我在我的门户中找不到任何地方来配置它。
更新苹果拒绝的理由
We were unable to review your app as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue.
Next Steps
Please 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.
Resources
For 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.发布于 2016-10-01 06:13:51
Azure现在支持IPv6。(只有具有负载平衡的新虚拟机。)
苹果不要求服务器具有IPv6支持。苹果公司将使用NAT64来帮助用户访问IPv4服务器,用于只使用IPv6的网络。
https://stackoverflow.com/questions/39671733
复制相似问题