iosswiftfirebaseswift2firebase-in-app-messaging

Firebase inAppMessaging events not getting captured


i am sending inApp messages from firebase console. messages are getting delivered but i am not able to capture the events from it i.e. dismiss event, impression event, clicked event from it. all the resources are on latest versions(Xcode, cocoa pods, firebase). can someone help me out.


Solution

  •     InAppMessaging.inAppMessaging().delegate = self 
    

    Extend the appDelegate to InAppMessagingDisplayDelegate