Sending Push Notification Tap Events to the CDP

🚧

Make sure these steps are completed successfully:

šŸ‘

Expected result of the ā€œIOS | Setting Up Rich Push Notificationsā€ step:

The push notification should be sent to your device, and tapping it should update the status in Maestra to Clicked.
Use this guide to verify that click events are being received.

āœ…

If you used MindboxFlutterAppDelegate in the AppDelegate.swift file, you can proceed directly to testing push notifications, as all the required methods are already implemented.


App navigation

By default, tapping a push notification simply opens the app (usually to the home screen).
If you need to redirect the user to a specific screen, you’ll need to implement custom navigation logic.

The SDK does not provide built-in routing.