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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ You need to include `NSLocationWhenInUseUsageDescription` and `NSLocationAlwaysA
108
108
109
109
In order to enable geolocation in the background, you need to include the 'NSLocationAlwaysUsageDescription' key in Info.plist and add location as a background mode in the 'Capabilities' tab in Xcode.
110
110
111
+
IOS >= 15 Positions will also contain a `mocked` boolean to indicate if position was created from a mock provider / software.
112
+
113
+
111
114
### Android
112
115
113
116
To request access to location, you need to add the following line to your app's `AndroidManifest.xml`:
0 commit comments