SensingKit / SensingKit-iOS

An iOS framework that provides Mobile Sensing to your apps.
https://www.sensingkit.org
GNU Lesser General Public License v3.0
109 stars 25 forks source link

Location Service Configuration #10

Closed coybit closed 6 years ago

coybit commented 8 years ago

It would be better if you mention in the README.md that these two key-value should be added into info.plist to enable app using location service.

<key>NSLocationWhenInUseUsageDescription</key>
<string>This application requires location services to work</string>

<key>NSLocationAlwaysUsageDescription</key>
<string>This application requires location services to work</string>
minoskt commented 8 years ago

I agree, I will add this information in the next version 0.5.0.