From e44d56e71b148e1d927ec181b8c0f4fb056bb1b3 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 3 Dec 2025 23:00:17 +0300 Subject: [PATCH] push disable in app --- yobble/AppDelegate.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,