Is there a way to clear the remote notification from the notification banner when swiping down from the top of the iPhone screen. I tried setting the badge number to zero:
Swift 4 & 5
import UserNotifications ... ... ... UNUserNotificationCenter.current().removeAllDeliveredNotifications()