Commit 982cc186 authored by Chris Scott's avatar Chris Scott

Need to add required background modes to -Info.plist

parent fa352d1b
...@@ -29,8 +29,7 @@ ...@@ -29,8 +29,7 @@
<platform name="ios"> <platform name="ios">
<!-- required background modes: App registers for location updates --> <!-- required background modes: App registers for location updates -->
<config-file target="*-Info.plist"> <config-file target="*-Info.plist" parent="UIBackgroundModes">
<key>UIBackgroundModes</key>
<array> <array>
<string>location</string> <string>location</string>
</array> </array>
......
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