We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58f15f commit 4ad1c8dCopy full SHA for 4ad1c8d
ios/Runner/AppDelegate.swift
@@ -7,9 +7,6 @@ import UIKit
7
_ application: UIApplication,
8
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
9
) -> Bool {
10
- if #available(iOS 10.0, *) {
11
- UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
12
- }
13
GeneratedPluginRegistrant.register(with: self)
14
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
15
}
0 commit comments