mapzen / ios

Where you can find everything iOS from Mapzen
https://mapzen.com/projects/mobile/
Apache License 2.0
40 stars 24 forks source link

Add NSLocationAlwaysUsageDescription to sample app to allow deployment to iOS 10 #394

Open msmollin opened 6 years ago

msmollin commented 6 years ago

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.