单击推送通知时未调用 UNNotification 委托函数

UNNotification delegate function not being called when clicking on Push Notification

当我点击推送通知时,它没有被调用委托函数并发出警告:

警告:UNUserNotificationCenter 委托收到对 -userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler: 的调用,但从未调用完成处理程序。

我做了所有相关研究,无法找出背后的真正原因。

我正在 swift 4.2 和 ios 12.1

上进行测试

我使用的是 ClaverTap SDK,它在单击通知时会发出警告。它在分配通知委托函数之前更改其实例方法后修复。