From 3d16166cb37563b65005564b7dcb00fb60bf071d Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Sat, 28 Nov 2020 12:05:15 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60a442b6..f5699e46 100644 --- a/README.md +++ b/README.md @@ -440,9 +440,9 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions lau If you want to disable automatic requests save you can set the `SwiftLocation.automaticRequestSave = false`. - + -- [Precise & Reduced Location in iOS 14+](#precisereducedlocation) +## Precise & Reduced Location in iOS 14+ Location data are very sensitive; since iOS 14 Apple introduced a further layer of privacy to Core Location Manager: **users can choose whether to give precise or approximate location access**. Since 5.0.1 SwiftLocation supports this options and it's transparent to old iOS versions.