I’d like to get the IP address of my iOS device. How can you do that since the Networking Object is not available in Mobile apps.
I’m asking because sockets in iOS seem to have a different local IP address than what the phone actually has. For example, my IP address on my device is 192.168.0.164 but my device is showing a local address on sockets of 100.122.67.209.
iOS must use some intermediate addressing. So how do I find my actual IP?
Thanks!
14 posts - 5 participants