You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geolocator/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,15 @@ The second key (in this example called `YourPurposeKey`) should match the purpos
123
123
> NOTE: the first time requesting temporary full accuracy access it might take several seconds for the pop-up to show. This is due to the fact that iOS is determining the exact user location which may take several seconds. Unfortunately this is out of our hands.
124
124
</details>
125
125
126
+
On iOS 16 and above you need to specify `UIBackgroundModes``location` to receive location updates in the background.
0 commit comments