Commit fa352d1b authored by Chris Scott's avatar Chris Scott

Need to add required background modes to -Info.plist

parent 05581261
...@@ -28,6 +28,14 @@ ...@@ -28,6 +28,14 @@
</platform> </platform>
<platform name="ios"> <platform name="ios">
<!-- required background modes: App registers for location updates -->
<config-file target="*-Info.plist">
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
</config-file>
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="BackgroundGeoLocation"> <feature name="BackgroundGeoLocation">
<param name="ios-package" value="CDVBackgroundGeoLocation"/> <param name="ios-package" value="CDVBackgroundGeoLocation"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment