send link to app

SendLocation (64 Bit) app for iPhone and iPad


4.8 ( 608 ratings )
Utilities
Developer: Philip Barr
1.99 USD
Current version: 1.5, last update: 1 year ago
First release : 29 Sep 2017
App size: 10.32 Mb

This utility app will send your location details to your server using GET Variables. Simply type your servers target page into the "Server Address" text box and location details will begin flowing to your server upon every significant location change event.

This app uses the same GET Variables as the 32-bit version "SendLocation" app so you can replace that app with this one without the need for any server-side updates.

As an example if your target page is:
"http://www.myserver.com/mypage.php"

The location details will be sent to your server in the following format:
"http://www.myserver.com/mypage.php?lat=1.23456&lon=1.2345&altitude=1.2345&speed=1.2345&heading=1.2345&hacc=10&vacc=10&deviceid=ABC12345"

Feel free to add your own GET Variables to your "Server Address" too. The app will recognize the ? in your "Server Address" and append the location details after.

The location detail variables sent are defined as:
lat: Latitude
lon: Longitude
altitude: Altitude in meters
speed: Speed in meters per second
heading: Direction of travel in degrees
hacc: Horizontal accuracy in meters
vacc: Altitude accuracy in meters
deviceid: The UDID of the device sending location details


Press the "Fetch Location Now" button at the bottom of the screen to force the app to fetch and send your current location details.

The most recent location details sent will be displayed on the apps screen.