I would like to know what happens if NSE's
method is called twice or thrice at almost same time.
basically the old one's contentHandler isn't called just yet but the new notification arrives??
How does iOS caters this situation, is notification lost, shown with default content?
Code Block didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void)
method is called twice or thrice at almost same time.
basically the old one's contentHandler isn't called just yet but the new notification arrives??
How does iOS caters this situation, is notification lost, shown with default content?