SendLocation Cheats

SendLocation Hack 2.8 + Redeem Codes

Developer: Jouni Erola
Category: Navigation
Price: $0.99 (Download for free)
Version: 2.8
ID: com.miituu.sendlocation

Screenshots

Game screenshot SendLocation mod apk

Description

SendLocation is small utility for those who need an application that sends your location to your own server and script. It's dead simple: just provide the server and script and this app will do the rest.

SendLocation supports background updating. The application doesn't even need to be open to get location updates. However when SendLocation is closed or in background it detects only "significant" location changes (a new feature in iOS 4). These changes are typically occuring when changing cell in your mobile network.

By creating your own script you can ..
- publish your location in your own webpage
- make your own "locate my iPhone" service
- send email to your friend when you're nearby
.. use this information for any nice idea that pops in to your mind!

The HTTP GET-method is in following format:

http://yourserver.com/yourscript.php?lat=***&lon=***&speed=***&heading=***&vacc=***&hacc=***&altitude=***&deviceid=**&battery=***&ts=***&quick=***&background=***

Where you must provide the "http://yourserver.com/yourscript.php" part to application settings.

Speed is your current speed in meters per second (calculated by GPS points) and heading is the course youre travelling towards (also calculated from GPS).

Notice: when this app is at foreground it can send your location in 5 second intervals. This might stress some servers or cause lots of traffic to your server. Please monitor the usage!

Version history

2.8
2018-02-13
This app has been updated by Apple to display the Apple Watch app icon.

Some users are reporting frequent updates even if the switch isn't toggled on. This version should fix this issue. Please contact me if you have any problems through the support web page.
2.7
2018-02-07
- background frequency limited, now the minimum frequency is 5 minutes (or longer time, depending on cell tower switching etc.)
2.6
2018-02-04
- Fix to saving the settings
- Fix to background updating frequency
- New parameter ("background" = 1/0 - depnds when the update has been made)
2.5
2018-01-22
- Possibility to switch on/off more frequent background updating (we strongly suggest turning this off to preserve battery)
2.4
2018-01-12
Prevents auto-locking when app in use
2.3
2018-01-09
- Added timestamp as parameter (ts)
- Fixed location accuracy in background
- Added application shortcut items (3D touch on the App icon)
- Shows server response on screen
2.1
2017-12-02
Fixed a bug that disabled sending the HTTP request.
1.3
2017-11-30
- Completely rewritten to support iOS 11
- Sends battery information on HTTP call
1.2
2011-01-10
- Possibility to add your own parameters to URL. Application detects now ? mark and adds it's own parameters with leading &.
- Possibility to send device id on update. Default value is off.
1.1
2010-07-03
- Fixed small bug in displaying last update time
1.0
2010-06-25

Download SendLocation on Android and iPhone for free

Download on Android

Ways to hack SendLocation

Download hacked APK

Download SendLocation MOD APK
Request a Hack

Ratings

3.6 out of 5
5 Ratings

Reviews

johndgoodspeed,
Interested User
A good product to use as a base to allow you to build your own tracking applicaiton. Wish it had a few additional features: 1) Ability to set updating threshold (both in foreground and in background) 2) Ability to reduce font size on display. 3) Accept software customization requests.
vlohayk,
Satisfied
Very good product, I wish it was possible to choose http request method, variable names.
Veltiss,
Delighted to have found this
Thank you!!!
idbar,
Very promising
This is something I was planning on writing, but I found it!
Great application for tracking your phone's location on your own server.

Possible improvements:
- Include a list of parameters that you can send and enable them using a check list ( so you can enable/disable things such as time stamps, a cellphone identifier string, the heading/speed calculation if they are not of use )
- It runs when phone is in your pocket, but the application needs to be in foreground. I haven't managed to keep it updating when using other applications.
- Font size seems to big for the screen. Those of us on te west/south may have visualization problems due to the minus sign.

Thanks for this application. Very nice.
Arachno,
Not working
Good concept, but doesn't seem to be working. I should have looked at the last update time for this app. iPhone 6 iOS 10 not working
GotZenn,
Great App! Been waiting for something like this...
This is just what I've been waiting for on the app store! I've downloaded (and purchased) several different GPS apps that allow you to manually email a link of your current location, but none that will keep sending on a regular basis, especially in the background. This is perfect when hiking or traveling to use as a locator beacon, or for friends & family to be able to track me on a website I created with a simple PHP script and Google Maps integration. Admittedly, you'll need to know some basic PHP to be able to use this - it's not for the lay person. But it fills a perfect niche, and the possibilities are endless for creating your own script (for example, you could have a text message or email alert sent if the phone enters or leaves a certain GPS area, which could be useful for keeping tabs on kids or something like that. Or use it if your phone ever gets lots or stolen (without having to pay for a MobileMe subscription).
Christopher-A,
Fantastic
Thanks! This app is very simple and effective. I was up and running with a quick ASP script on my server to store the location in a database. I then made a simple web page using the Google Maps static map API to show my location. Couldn't have been easier.

One suggestion is to provide some configuration options...for example, if the background location service indicates a potential movement, can the app then turn on the GPS get a more precise fix? How about if, when plugged in and running in the background, it uses the full GPS capability and not just the rough background location service? Some options like this would let us trade off between battery and accuracy.

Great app!
Trapez001,
Great utililty, does exactly what its suppose to!
Great utililty, does exactly what its suppose to. I can use this to simply send Latitude and Longitude coordinates to my server, and I will take it from there!
Thanks!
FletcherMSE,
Great app
Works exactly as intended. I was able to create a Google map to track my phone with ease.
Vvt251,
It works
Just installed, wrote script on APS.NET, and everything works like it should (had not chance to try it in background yet). The only what I can wish in future versions is ability to identify iPhone. I would like to track 3 iPhones, so additional (optional) field would be nice, or just do not automatically "&" instead of "?" if one "?" is already there. In this case, users will be able to add as many additional fields as they wish.