I'm working on a personal app and I want to know if it's possible to track another device without any Internet connection. For example, track a friend's device. My idea is to have two apps, one on my device and the other on my friend's device. I know how to do that with internet connection (the phone that I want to track sends it's location to a server and the phone tracking get the location by, for example, a rest service and display it on map). But there is a way to do it without the server side? I don't want to depend on internet. Thanks.
Track another device without Internet connection
2.5k views Asked by lpfx At
2
There are 2 answers
1
On
Most ways of getting a connection will involve a net connection. There are other ways but they have their limitations, e.g via bluetooth (limited by distance unless you had an impressive mesh network that you could rely on). Phone companies can use triangulation but you won't have access to this information.
two-way BLE beacons would also be a potential but again, you would need a substantial network of these to track the device for you.
If your question is can you track a device via GPS external to the device, then in real terms, no.
An addition to my answer. If by internet you mean that you don't want to host a server then, there are limited ways to get around this, but they still rely on an internet connection.
Get any
sms
packages there are so many sites which provides yousms
packages withlibrary integration
you can use that to send message to other device to track it. And then when you sending messages from one device to other device then put some unique code so you can identify your message to other device when received.