https://github.com/ihacksubhodip/ioslocator
iOS App to track Users Foreground and background location.
https://github.com/ihacksubhodip/ioslocator
Last synced: about 2 months ago
JSON representation
iOS App to track Users Foreground and background location.
- Host: GitHub
- URL: https://github.com/ihacksubhodip/ioslocator
- Owner: iHackSubhodip
- License: mit
- Created: 2019-04-18T20:03:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T05:59:56.000Z (about 6 years ago)
- Last Synced: 2025-01-31T10:34:31.688Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOSLocator
### This iOS app can track the location of a user and posts it to a backend server. The app should contain an activity with 2 buttons:
### 1. Start Tracking
### 2. Stop Tracking### When "Start Tracking" is clicked, the app begins to track location coordinates of the user.
### If the distance from the last posted location exceeds the distance threshold (e.g. 100m) or if the time since the last posted location's timestamp exceeds the time threshold (e.g. 2 mins), then the location should be posted.
### The app should run in the background, even when the devices screen is turned off. It should consider real world conditions like lossy network connection, etc. i.e. location history should not be lost.
### "Stop Tracking" should stop tracking the user's location.