You can use it for location tracking.
========
Drag and Drop above frameworks into your project. It would be look like this.
Allow followings permissions.
- Select LocationTrackerExample in Project Navigator
- Select Target > LocationTrackerExample
- Select Capabilities Tab
- Switch ON Background Modes
- Check Location updates
- Check Background fetch
It would be look like this.
![Permissions] (https://github.com/rakeshtookan/Demo/blob/master/Screen%20Shot%202016-08-01%20at%206.36.58%20PM.png)
- Select LocationTrackerExample in Project Navigator
- Select Target > LocationTrackerExample
- Select Info Tab
- Add new keys:
- NSLocationWhenInUseUsageDescription
- NSLocationAlwaysUsageDescription
It would be look like this:
![Location] (https://github.com/rakeshtookan/Demo/blob/master/Screen%20Shot%202016-08-01%20at%207.27.24%20PM.png)