I am working on swift 4.2.I am getting notifications when app is background but i am not getting when app is active.
func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
completionHandler([.alert, .badge, .sound])
}
I would like to know how to get a notification when the app is open