enable background network task to maybe get them working

This commit is contained in:
Trey t
2022-01-16 10:52:08 -06:00
parent b55af0f280
commit e8116fc961

View File

@@ -8,6 +8,7 @@
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
<string>remote-notification</string>
</array>