How can I cancel receiving notifications if the user is in-app?

If the user is inside the application and is sent a notification then the user sees the notification as follows:


How can I cancel receiving notifications if the user is in-app?

you are sending push notification or ? @Point

I send messages to users.
But I don’t want the user see this message while in the app:

1 Like

Try this it may or may not works. Use when notification received event and call clear all notifications procedure. It’s just a guess. If it works please let me know

It still doesn’t cancel the message

Try doing this;
When screen intialize, hide notifier or notification.

This will only hide the notifier but won’t disable it.

Is there any proper solution for this?

Hello, Please reply to my query…
Its urgent

Go to app info. Click on notifications. Disable the show notification by clicking on it.
You can also go to app info by doing long click to your app icon.
Hope it helped you.