Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

App Store Rejected - Wi-Fi connected to an IPv6 network

$
0
0

Hi guys,

I have a problem, Im trying to publish my app on app store(apple), but it is being rejected.

We discovered one or more bugs in your app when reviewed on iPhone running iOS 9.3.4 on Wi-Fi connected to an IPv6 network.
Please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify the issue(s), then revise and resubmit your app for review.
_

I know that aple started enforcing a new policy whereby all iOS applications must support IPv6-only network services in iOS 9. While Apple states that most apps will not need to be changed or updated, your app may be using a few libraries that need to be updated before you submit your next update.

But im using httpclient to a server with no hard coded IP.. and i have this problem now..

Do you guys know how to help me?
Is it a Xamarin Bug?

Im using HttpClient

string uri = "https://example.azurewebistes.net/api/example"

HttpClient client = new HttpClient();
 var response = await client.GetAsync(uri);

Relevant link
https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW1
https://blog.xamarin.com/making-your-ios-apps-ipv6-ready/

__The print anexed is from app review

Xamarin.Forms version: 2.3.0.46


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>