Closed coybit closed 6 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>
I agree, I will add this information in the next version 0.5.0.
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.