I have implemented
func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
completionHandler([.badge, .alert, .sound])
}
but I am not getting notifications in foreground
I have enable remote notifications in capabilities also
New contributor
Mounika S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.