Search code examples
androidipapk

Find out ip of server android app is using


So, i am testing my app, it saves data of accounts to a server, and i am wondering if it is possible to get server ip by just having app instaled. Is there some methods?


Solution

  • Of course. You can get the IP just by checking the router and seeing where requests were made to, you don't even need to run the app- just someone on the network needs to. IP addresses aren't secret.