Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: ip address of the mobile app

  1. #1
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ip address of the mobile app

    may i know if there is IP address of the mobile app? or can the developer detect the app's IP or mobile's IP? to detect location of the app to login?
    for browser, developer can detect the IP and find out the country the user locates. for mobile , can developer find out the location of user?

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: ip address of the mobile app

    What environment is the device operating in? Is it in a LAN controlled by a router? It is possible to get a device's IP address on the LAN but I do know know how to get the IP address of the router on the internet.

    I am not familiar with this topic. It may be better to ask it here: http://stackoverflow.com/questions/tagged/java
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member JasonCurtis's Avatar
    Join Date
    Mar 2023
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ip address of the mobile app

    Basically, an IP address is a unique identifier assigned to each device connected to the internet. In most cases, it's a string of numbers that looks something like this: 192.168.1.1. When it comes to mobile apps, though, it's a bit more complicated. Most mobile devices will have a different IP address for each of the various wireless networks that it connects to. So if you're using the same app on two different wireless networks, it'll have two different IP addresses. If you're interested in finding out the IP address of a particular mobile app, it's best to check the app's settings or contact the app's developer directly.

  4. #4
    Junior Member WalterKayle's Avatar
    Join Date
    Mar 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ip address of the mobile app

    Yes, it is possible to detect the IP address of a mobile app. It usually depends on the type of mobile app and the way it is built. Generally, the app developer can detect the IP and mobile's IP to detect the app's location. In the case of a browser, the developer can detect the IP address and determine the user's location. It is important to note that the developer's code has to be configured in order to be able to detect the user's location. In addition, you may want to check out https://smartengines.com/. They provide a list of AI-powered products to help with tasks related to mobile apps, such as location detection. It might be beneficial to take a look and see if their products can be of help to you.
    Last edited by WalterKayle; March 7th, 2023 at 04:23 PM.

Similar Threads

  1. How to get your computer name and IP address?
    By JavaPF in forum Java Networking Tutorials
    Replies: 7
    Last Post: December 8th, 2011, 12:36 PM
  2. Replies: 0
    Last Post: July 26th, 2011, 10:31 PM
  3. need help copying (what is in address bar)
    By 3ammary in forum Java Networking
    Replies: 0
    Last Post: January 8th, 2011, 09:32 AM
  4. Address Book Help
    By clevel211 in forum Object Oriented Programming
    Replies: 4
    Last Post: November 21st, 2010, 09:42 PM
  5. How to get your computer name and IP address?
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 6
    Last Post: November 11th, 2010, 05:06 AM