0

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.

hussain
  • 769
  • 2
  • 7
  • 24

1 Answers1

3
    InAppMessaging.inAppMessaging().delegate = self 

Extend the appDelegate to InAppMessagingDisplayDelegate

Sumeet.Jain
  • 1,533
  • 9
  • 26