Skip to content

Commit

Permalink
[docs] Clarify background location limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed May 7, 2024
1 parent 949423c commit 138d96c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/versions/unversioned/sdk/location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Learn how to configure the native projects in the [installation instructions in

### Background Location methods

> **warning*: Background location tracking support is provided as-is and is not guaranteed to work in all scenarios. We currently are not prioritizing resources to improving it, but we hope to in the future. You may want to use [react-native-background-geolocation](https://github.com/transistorsoft/react-native-background-geolocation) instead - it requires purchasing a license, and is a very well maintained and supported library that includes a config plugin.
To use Background Location methods, the following requirements apply:

- Location permissions must be granted. On iOS it must be granted with `Always` option.
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/versions/v50.0.0/sdk/location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Learn how to configure the native projects in the [installation instructions in

### Background Location methods

> **warning*: Background location tracking support is provided as-is and is not guaranteed to work in all scenarios. We currently are not prioritizing resources to improving it, but we hope to in the future. You may want to use [react-native-background-geolocation](https://github.com/transistorsoft/react-native-background-geolocation) instead - it requires purchasing a license, and is a very well maintained and supported library that includes a config plugin.
To use Background Location methods, the following requirements apply:

- Location permissions must be granted. On iOS it must be granted with `Always` option.
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/versions/v51.0.0/sdk/location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Learn how to configure the native projects in the [installation instructions in

### Background Location methods

> **warning*: Background location tracking support is provided as-is and is not guaranteed to work in all scenarios. We currently are not prioritizing resources to improving it, but we hope to in the future. You may want to use [react-native-background-geolocation](https://github.com/transistorsoft/react-native-background-geolocation) instead - it requires purchasing a license, and is a very well maintained and supported library that includes a config plugin.
To use Background Location methods, the following requirements apply:

- Location permissions must be granted. On iOS it must be granted with `Always` option.
Expand Down

0 comments on commit 138d96c

Please sign in to comment.