Skip to content

Instantly share code, notes, and snippets.

@janakaaleph
Last active September 6, 2020 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janakaaleph/d4a9b6579ed4b46079db30715e315287 to your computer and use it in GitHub Desktop.
Save janakaaleph/d4a9b6579ed4b46079db30715e315287 to your computer and use it in GitHub Desktop.
if locationManager.accuracyAuthorization == .reducedAccuracy {
locationManager.requestTemporaryFullAccuracyAuthorization(withPurposeKey: "wantsToDeliverFoodToDoorStep") { (error) in
// Use location with full accuracy
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment