未捕获 Firebase inAppMessaging 事件

Firebase inAppMessaging events not getting captured

我正在从 firebase 控制台发送 inApp 消息。消息正在传递,但我无法从中捕获事件,即关闭事件、印象事件、点击事件。所有资源都是最新版本(Xcode、cocoa pods、firebase)。谁能帮帮我。

    InAppMessaging.inAppMessaging().delegate = self 

将 appDelegate 扩展为 InAppMessagingDisplayDelegate