Xamarin Form, iOS Supporting IPv6-only Networks

你说的曾经没有我的故事 提交于 2019-12-08 06:43:01

问题


I've just submitted my app to Appstore and got this error:

At WWDC 2015 we announced the transition to IPv6-only network services in iOS 9. Starting June 1, 2016 all apps submitted to the App Store must support IPv6-only networking. Most apps will not require any changes because IPv6 is already supported by NSURLSession and CFNetwork APIs.

If your app uses IPv4-specific APIs or hard-coded IP addresses, you will need to make some changes. Learn how to ensure compatibility by reading Supporting IPv6 DNS64/NAT64 Networks and watch Your App and Next Generation Network

I also searched about IPv6 in Xamarin and found same error at: https://forums.xamarin.com/discussion/66732/does-xamarin-support-ios-ipv6-only-networks

Anyone had experience about supporting IPv6 by using Xamarin, please advice.

Thanks


回答1:


I've just found the solution, library Xam.Plugin.Connectivity does not support IPv6. I removed the library and get approved!



来源:https://stackoverflow.com/questions/37694403/xamarin-form-ios-supporting-ipv6-only-networks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!