Apple has mentioned in their document to eliminate some API for support iPV6.
We are using below API in our application.
inet_ntoa()
inet_aton()
if we didn't remove above Api from our application, will Apple reject our application.?
Is there any other Api instead of above API for support both iPV4 and iPV6?
Apple has mentioned in their document to provide support for iPV6 types.
we are using some iPv4 Types in our application.
AF_INET ,struct in_addr, etc
We want to support for both iPV4 and iPV6 , So can we remain use iPV4 types in our application?