I am able to get the current ip address of my device/machine that I am using - by using this question's answer.
I have gone through this question.
Java allows to get the IPAddress from a domain name. Is it possible in objective c ? How ?
The second question is How to get the name of device/machine by using it's IPAddress. Say for example I have an ipAddress 192.168.0.74 = What is the device name ? in Objective c ? How ?
Thanks in advance for sharing your knowledge.