You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Perform any final initialization of your application.
16
16
}
17
-
17
+
18
18
func applicationDidBecomeActive(){
19
19
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
20
20
}
21
-
21
+
22
22
func applicationWillResignActive(){
23
23
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
24
24
// Use this method to pause ongoing tasks, disable timers, etc.
// Sent when the system needs to launch the application in the background to process tasks. Tasks arrive in a set, so loop through and process each one.
29
29
fortaskin backgroundTasks {
@@ -47,5 +47,5 @@ class ExtensionDelegate: NSObject, WKExtensionDelegate {
0 commit comments