Tapping a push notification is not recorded in Maestra.

Push tap is not tracked when using a custom method implementation

How to check

Verify that Mindbox.shared.pushClicked is being called.

How to fix

Implement Mindbox.shared.pushClicked following Tracking Push Notification Taps guide.


Push tap is not tracked when using the Maestra delegate

How to check

Check whether UNUserNotificationCenter's delegate is being overridden somewhere in your code.

How to fix

Implement Mindbox.shared.pushClicked following Tracking Push Notification Taps guide.