marinofaggiana пре 4 година
родитељ
комит
d3c5783178
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      iOSClient/AppDelegate.swift

+ 2 - 1
iOSClient/AppDelegate.swift

@@ -261,7 +261,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         passcodeWithAutomaticallyPromptForBiometricValidation(false)
         
         if #available(iOS 13.0, *) {
-            
+            scheduleAppRefresh()
+            scheduleBackgroundProcessing()
         }
     }