heldenssjoerd
Member
When sending a firebase-message to our device and the app is not active it automatically generates two popups.
1 with the data from the notification
the other with the data from the manifest. A "program" notification.
Is there a way to block this?
In the same app we're also using a variant of the tracker example which also generates a continous notification and a "program" notification. This means there are three notifications, one with the FCM data, one of the manifest and one of the tracker. The last two can't be cancelled. Looks a bit strange to us (and users).
Have a look at the screenshot.
The first is the FCM
The second the "program"
The third the tracker
1 with the data from the notification
the other with the data from the manifest. A "program" notification.
B4X:
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
Is there a way to block this?
In the same app we're also using a variant of the tracker example which also generates a continous notification and a "program" notification. This means there are three notifications, one with the FCM data, one of the manifest and one of the tracker. The last two can't be cancelled. Looks a bit strange to us (and users).
Have a look at the screenshot.
The first is the FCM
The second the "program"
The third the tracker