简体   繁体   中英

How to convert ipv4 address to ipv6 use AFNetworking?

I've a problem with IPV6 .

Apple reject my app with error:

We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 10.0.2 on Wi-Fi connected to an IPv6 network.

Specifically, your app stayed static at the launch screen and there was no further content loaded.

We've attached screenshot(s) for your reference.

But my sever is not supporting IPV6 . I use library AFNetworking to connect server. Please help me some solution? Thank you for any support!

一个月前我遇到了这个错误,然后我将AFNetworking更新到最新版本和 Apple 的Reachability类,我的问题解决了,你可以试试这个,我希望它会起作用。

Please see this link:

Supporting IPv6 DNS64/NAT64 Networks

This may be helpful: Transitioning to IPv6-only networks

It covers the topic you described.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM