我在我的 iOS 应用程序中使用sailThru,我需要在从sailThru 仪表板触发时显示丰富的通知。但是通知以简单推送的形式到达,而应该以 Rich 通知的形式到达。
此外,override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void)
ofUNNotificationServiceExtension
不会被调用。
请帮助我,为什么它没有被调用。谢谢