Post

Replies

Boosts

Views

Activity

Reply to Push notification disappearing with in second from the lock screen!
Push notification disappearing with in second from the lock screen! Hello everyone please try this below snippet func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) { completionHandler([.sound, .badge, .banner,.list]) } Note :- just need to add .list in this method so you will get disappear push notification Thanks
Aug ’23