Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 311 Bytes

Location Tracking App

  • Fetching device location using core location.
  • Every 13 sec displaying the latitude, longitude and timestamp.
  • Storing it in offline using core data (local database) when device has no internet.
  • Once the internet is connected displaying offline data with count & clearing the db.