Does ASIHttpRequest support IPv6-only?

1.6k Views Asked by At

As apple will require iOS App Store apps to support IPv6-only networks from June 1, I wonder if it is the time to abandon ASIHttpRequest.

1

There are 1 best solutions below

0
user102008 On BEST ANSWER

ASIHttpRequest uses the CFStream APIs from CFNetwork, so it should work without any changes for IPv6-only networks.