I would like to obtain my iPad's IP address programmatically. How can I query the networking subsystem to find out what my IPv4 (and IPv6) addresses are?
Thanks. PS: Can I disable IPv6 somehow?
|
|
The revision to the above code returns the wifi address (if there), the cell address (if there), or 0.0.0.0 if no address found. It also addresses a (probably never happens) issue that freeifaddr() was called even on failure: CODE UPDATED FOR IPV6 (per other "answer" in this post)
|
||||
|
Try using the MIDINetworkHost class's static method Use to creates a representation of a MIDI network host based on IP address and UDP port. |
||||
|
In your implementation file .m ,
|
|||||||||||||
|