2016-06-08 3 views
1

난 그냥 앱 스토어에 내 응용 프로그램을 제출하고이 오류가있어 : 나는 또한 자 마린에서 IPv6에 대한 검색과에서 같은 오류를 발견자 마린 양식, 아이폰 OS는

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

: https://forums.xamarin.com/discussion/66732/does-xamarin-support-ios-ipv6-only-networks

Xamarin을 사용하여 IPv6을 지원 한 경험이있는 분은 누구나 조언을 구하십시오.

감사

답변

2

난 그냥 해결책을 발견했습니다, 도서관 Xam.Plugin.Connectivity은 IPv6을 지원하지 않습니다. 나는 도서관을 제거하고 승인을 얻는다!

+0

라이브러리를 업데이트하는 데 거부가 발생한 이유에 대한 정보가 있습니까? – JamesMontemagno

+0

다음은 잠재적으로 관련된 GitHub 문제입니다 (하단에서 El-Capitan에서 IPv6 전용 네트워크를 설정하는 방법에 대한 좋은 링크가 있음). https://github.com/jamesmontemagno/Xamarin.Plugins/issues/331 – patridge

+0

나는 ipv6에 대한 몇 가지 수정 사항으로 오늘 밤 Nuget을 업데이트했습니다. 원하신다면 2.2.0-beta1으로 시도해보십시오. 테스트를 위해 앱 스토어에 대한 업데이트를 제출했습니다. – JamesMontemagno