diff --git a/yobble/AppDelegate.swift b/yobble/AppDelegate.swift index abba59b..697b0fb 100644 --- a/yobble/AppDelegate.swift +++ b/yobble/AppDelegate.swift @@ -34,8 +34,8 @@ class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDele willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void ) { - completionHandler([.banner, .sound, .badge]) // push -// completionHandler([]) // no push +// completionHandler([.banner, .sound, .badge]) // push + completionHandler([]) // no push } func application(_ application: UIApplication,