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.
Asked
Active
Viewed 573 times
1 Answers
3
InAppMessaging.inAppMessaging().delegate = self
Extend the appDelegate to InAppMessagingDisplayDelegate

Sumeet.Jain
- 1,533
- 9
- 26
-
i am asking about in-app events, not on the dashboard. – hussain Feb 04 '20 at 08:52
-
@hussain have you self the delegate ?? – Sumeet.Jain Feb 04 '20 at 08:55
-
i was making it wrong, the right way is extend delegates to app delegate only, not to any NSObject – hussain Feb 04 '20 at 09:10