intuit / LocationManager

Easily get the device's current location on iOS.
MIT License
2.56k stars 387 forks source link

When app is close how to remove the blue "Actively using your location" #110

Closed ghost closed 6 years ago

ghost commented 6 years ago

The maximum that location i have in my plist file is "while using the app" but when my app is in the background i get the blue bar stating that my app is using the user location, how can i remove this and only use the location when my app is active. when i print accuracy i get a number between 1-5 is 5 being "Room" and 1 "city"

lwdupont commented 6 years ago

In your code, did you ask for location updates, or just a 1 time current location?