Ha Doan
Ha Doan

Reputation: 671

Xamarin Form, iOS Supporting IPv6-only Networks

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

Upvotes: 1

Views: 1411

Answers (1)

Ha Doan
Ha Doan

Reputation: 671

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

Upvotes: 2

Related Questions