sync3
Laurent 6 months ago
parent 3d9658d41b
commit 937edb440b
  1. 4
      PadelClub/AppDelegate.swift

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

Loading…
Cancel
Save