From 48bf1be73ae041e676a52f25686a1b4904fa49ee Mon Sep 17 00:00:00 2001 From: Code-Floof Date: Wed, 24 Jul 2024 00:34:33 -0400 Subject: [PATCH] Update AppDelegate.swift --- ios/Runner/AppDelegate.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 9413c6971..70693e4a8 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -8,9 +8,6 @@ import Flutter didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { GeneratedPluginRegistrant.register(with: self) - if #available(iOS 10.0, *) { - UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate - } return super.application(application, didFinishLaunchingWithOptions: launchOptions) } }