From 138d96ce7cc4faa7afb4c63582d4bfd6ee4afada Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 6 May 2024 20:43:44 -0700 Subject: [PATCH] [docs] Clarify background location limitations --- docs/pages/versions/unversioned/sdk/location.mdx | 2 ++ docs/pages/versions/v50.0.0/sdk/location.mdx | 2 ++ docs/pages/versions/v51.0.0/sdk/location.mdx | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/pages/versions/unversioned/sdk/location.mdx b/docs/pages/versions/unversioned/sdk/location.mdx index d402f20b69f76..122ce7745f89b 100644 --- a/docs/pages/versions/unversioned/sdk/location.mdx +++ b/docs/pages/versions/unversioned/sdk/location.mdx @@ -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. diff --git a/docs/pages/versions/v50.0.0/sdk/location.mdx b/docs/pages/versions/v50.0.0/sdk/location.mdx index cef7e04fdb466..6718dc8b9811c 100644 --- a/docs/pages/versions/v50.0.0/sdk/location.mdx +++ b/docs/pages/versions/v50.0.0/sdk/location.mdx @@ -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. diff --git a/docs/pages/versions/v51.0.0/sdk/location.mdx b/docs/pages/versions/v51.0.0/sdk/location.mdx index 4205bc9ae0732..460b4a939c155 100644 --- a/docs/pages/versions/v51.0.0/sdk/location.mdx +++ b/docs/pages/versions/v51.0.0/sdk/location.mdx @@ -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.