|
|
|
@ -55,9 +55,10 @@ class AppDelegate : NSObject, UIApplicationDelegate, UNUserNotificationCenterDel |
|
|
|
|
|
|
|
|
|
|
|
StoreCenter.main.forceNoSynchronization = !synchronized |
|
|
|
StoreCenter.main.forceNoSynchronization = !synchronized |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func applicationWillEnterForeground(_ application: UIApplication) { |
|
|
|
func applicationWillEnterForeground(_ application: UIApplication) { |
|
|
|
Task { |
|
|
|
Task { |
|
|
|
try await Guard.main.refreshPurchasedAppleProducts() |
|
|
|
await Guard.main.refreshPurchases() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|