ios
ios copied to clipboard
Add NSLocationAlwaysUsageDescription to sample app to allow deployment to iOS 10
Description
Our SDK sample app technically supports deployment to iOS 10, but is missing the NSLocationAlwaysUsageDescription necessary to make that actually work. This isn't normally a problem, but can become one if code in DemoMapViewController is un-commented to enable background location updates.