I am using sailThru in my iOS app, i need to show Rich Notification when triggered from sailThru dashboard. But notification arrives as simple push, instead it should arrive as Rich notification.
Also, override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void)
of UNNotificationServiceExtension
doesn't gets called.
Please help me, why it doesn't get called. Thanks