muncman / BackgroundLocationExperiment

Just messing around with location services and simple network calls in the background.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background Location Experiment

Purpose

Play around with location services such that

  • A) we can record location updates (with a throttled frequency), and
  • B) send the location updates to a web service,
  • C) all while continuing to work while the app is in the background (though, less ideally, if persisting the locations works in the background, we could push them up later).

About

Just messing around with location services and simple network calls in the background.

License:MIT License


Languages

Language:Swift 84.9%Language:Objective-C 15.1%