@capacitor-community/background-geolocation
Advanced tools
Comparing version 0.3.14 to 0.3.15
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -226,3 +226,6 @@ # Background Geolocation | ||
### v0.3.15 | ||
- On iOS, the status bar now turns blue whilst the location is being watched in the background. This provides the user a straightforward way to return to the app. | ||
### v0.3.12 | ||
- Added the `ACCESS_COARSE_LOCATION` permission. This is required for apps which target Android 12 (API level 31). A preceeding example shows how to add this permission to your app's manifest. |
Sorry, the diff of this file is not supported yet
44965
231