0

Apple announced that IOS 9 will support IPV6-only network services. All apps submitted to the App store must support IPV6.

Now, My app uses a shared library(.so), the library uses IPV4-specific Apis. so I don't know whether the library needs to change.

Can anyone answer my question?

David Ansermot
  • 6,052
  • 8
  • 47
  • 82
6v agile
  • 1
  • 1

2 Answers2

1

If your app uses IPv4-specific APIs or hard-coded IP addresses, you will need to make some changes. Learn how to ensure compatibility by reading Supporting IPv6 DNS64/NAT64 Networks and watch Your App and Next Generation Networks.You can check some other detail here

Community
  • 1
  • 1
Jamil
  • 29
  • 7
0

It simple to answer.

1) Test your library over ipv6.
2.1) It's ok so you don't have any change to do
2.2) It fails, you need to investigate and do some changes.

David Ansermot
  • 6,052
  • 8
  • 47
  • 82
  • Thx. The testing fails over IPv6 and now the server only support IPV4. I'd like to get the officer answer whether to do some changes. – 6v agile May 18 '16 at 10:20