Skip to content

Commit

Permalink
Add Privacy Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Jul 12, 2019
1 parent d1e2bfb commit 990d354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The **[Android module](http://www.transistorsoft.com/shop/products/react-native-
- ### [Debugging](../../wiki/Debugging)
- ### [Demo Application](#large_blue_diamond-demo-application)
- ### [Testing Server](#large_blue_diamond-simple-testing-server)

- ### [Privacy Policy](help/PRIVACY_POLICY.md)

## :large_blue_diamond: Installing the Plugin

Expand Down
10 changes: 10 additions & 0 deletions help/PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Privacy Policy
------------------------------------------------------------------

`react-native-background-geolocation` ("The Plugin") does not upload *any* information to third-party services. The plugin's HTTP Service will upload recorded locations *only* to the host *you* configure with [Config.url](https://transistorsoft.github.io/react-native-background-geolocation/interfaces/_react_native_background_geolocation_.config.html#url) option.

The Plugin automatically destroys locally recorded locations in its SQLite database which have not yet been uploaded to your configured [url](https://transistorsoft.github.io/react-native-background-geolocation/interfaces/_react_native_background_geolocation_.config.html#url) after a period of [#maxDaysToPersist](https://transistorsoft.github.io/react-native-background-geolocation/interfaces/_react_native_background_geolocation_.config.html#maxdaystopersist).

If you *have* configured the plugin with an [url](https://transistorsoft.github.io/react-native-background-geolocation/interfaces/_react_native_background_geolocation_.config.html#url) to your server, the plugin automatically destroys each locally persisted location in its SQLite database when your server returns a success response (eg: `200`).

For more information, see the [HTTP Guide](https://transistorsoft.github.io/react-native-background-geolocation/interfaces/_react_native_background_geolocation_.httpevent.html).

0 comments on commit 990d354

Please sign in to comment.