Getting real IP of mobile device not working but...

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

simon.schvartzman
Posts: 638
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Re: Getting real IP of mobile device not working but...

Post by simon.schvartzman » Fri Jul 21, 2017 4:08 pm

They are both connected to the same 3G/4G cellular network.

As an option, if it helps, one could be connected to the other which would be acting as a Personal Hotspot.
Simon
________________________________________
To ";" or not to ";" that is the question

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Getting real IP of mobile device not working but...

Post by MaxV » Tue Jul 25, 2017 3:42 pm

Does this work?

Code: Select all

put URL  "http://bot.whatismyipaddress.com/" into temp
answer "My address is " & temp 
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

simon.schvartzman
Posts: 638
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Re: Getting real IP of mobile device not working but...

Post by simon.schvartzman » Tue Jul 25, 2017 3:54 pm

@MaxV, many thanks it works !

Regards
Simon
________________________________________
To ";" or not to ";" that is the question

Post Reply

Return to “Internet”