Search code examples
iosnetwork-programminguiwebviewipv6

How to use UIWebView that supports IPv6?


I have an app that shows a content using UIWebView. Apple rejects the app, because it doesn't support IPv6 network. Do you have any idea how to fix that? I have to import some libraries or do something else?

I am not using IP address for the URL, but it's domain name, for example:

https://asd.com


Solution

  • Your UIWebView not the reason of rejection the reason was your link or you server not support IPV6, Firstly test if your link support ipv6 that apple mean from this link you can do it , If you not pass this test search for how to configuration your server to support IPV6, I hope I help you