Problems with iOS with IPv6 and Azure

梦想的初衷 提交于 2019-12-05 15:54:10

What we did in the end to solve this issue:

  1. We now cache the web application we are calling via Cloudflare, because Cloudflare can act as an IPv6-IPv4-Gateway
  2. We now use ModernHttpClient on Xamarin, that's what you should do anyway to have better HTTP-Performance. It uses the native networking libraries on each platform, and therefore it will use the iOS-Libraries that handle all the IPv6 on their own.

I hope that helps. At least for us it worked in multiple cases. Seems like the .NET networking is not working properly on native iOS in terms of IPv6 compatibility.

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