Enable background refresh

This commit is contained in:
Maurice Parker
2019-04-23 11:27:57 -05:00
parent 66e4180a8c
commit c4f624df0c
2 changed files with 9 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>