@capacitor-community/background-geolocation
Advanced tools
Comparing version 0.3.9 to 0.3.10
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -121,3 +121,3 @@ # Background Geolocation | ||
### iOS | ||
Specify the following keys in `Info.plist.`: | ||
Add the following keys to `Info.plist.`: | ||
@@ -131,2 +131,6 @@ ```xml | ||
<string>We need to track your location while your device is locked.</string> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>location</string> | ||
</array> | ||
... | ||
@@ -133,0 +137,0 @@ </dict> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40234
175