Our application use IPv4 literal, so we are testing getaddrinfo().
But according to "iOS SDK 9.2 Release Notes" by Apple, getaddrinfo() returns synthesized IPv6 address on iOS 9.2 or later.
This means our application does not work on iOS 9.0 or 9.1 even if we use getaddrinfo().
Does this result in rejecting from App Store?
(Link)
-iOS SDK 9.2 Release notes
https://developer.apple.com/library/ios/releasenotes/General/RN-iOSSDK-9.2/
-Supporting IPv6 DNS64/NAT64 Networks