|
|
|
@ -24,7 +24,9 @@ class AppDelegate : NSObject, UIApplicationDelegate, UNUserNotificationCenterDel |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func applicationWillEnterForeground(_ application: UIApplication) { |
|
|
|
func applicationWillEnterForeground(_ application: UIApplication) { |
|
|
|
Guard.main.refreshPurchasedAppleProducts() |
|
|
|
Task { |
|
|
|
|
|
|
|
try await Guard.main.refreshPurchasedAppleProducts() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// MARK: - Remote Notifications |
|
|
|
// MARK: - Remote Notifications |
|
|
|
|