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
@@ -95,24 +94,22 @@ For API level `23+`, inform Android about which permissions your app needs from
95
94
96
95
## Use @nativescript/contacts
97
96
98
-
Once you've indicated the permissions your app needs from a user, you can request the permissions from the user by calling the `requestPermissions()` method from the `nativescript-permissions` plugin.
97
+
Once you've indicated the permissions your app needs from a user, you can request the permissions from the user by calling the `request()` method from the `@nativescript-community/perms` plugin.
Copy file name to clipboardExpand all lines: plugins/geolocation.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,11 @@ The following are the properties of the options object that you pass to the geol
138
138
|`iosAllowsBackgroundLocationUpdates`|`boolean`|_Optional_: Indicates whether to allow the application to receive location updates in the background (ignored on Android). Defaults to `false`. If enabled, the `UIBackgroundModes` key in `Info.plist` is required. A. Read more in [Apple document](https://developer.apple.com/documentation/corelocation/cllocationmanager/1620568-allowsbackgroundlocationupdates?language=objc)|
139
139
|`iosPausesLocationUpdatesAutomatically`|`boolean`| Indicates whether to allow the deactivation of the automatic pause of location updates (ignored on Android). Read more in [Apple document](https://developer.apple.com/documentation/corelocation/cllocationmanager/1620553-pauseslocationupdatesautomatical?language=objc)|
140
140
141
+
## Breaking changes
142
+
143
+
- 9.0+:
144
+
-`watchLocation` is now `async` in order to check for permissions before attempting to watch
145
+
141
146
## Known issues
142
147
143
148
### openSettingsIfLocationHasBeenDenied on Android API level 30
0 commit comments