|
|
|
@ -23,6 +23,10 @@ class AppDelegate : NSObject, UIApplicationDelegate, UNUserNotificationCenterDel |
|
|
|
return true |
|
|
|
return true |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func applicationWillEnterForeground(_ application: UIApplication) { |
|
|
|
|
|
|
|
Guard.main.refreshPurchasedAppleProducts() |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// MARK: - Remote Notifications |
|
|
|
// MARK: - Remote Notifications |
|
|
|
|
|
|
|
|
|
|
|
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { |
|
|
|
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { |
|
|
|
|