KMPNotifier
KMPNotifier copied to clipboard
ANDROID: PayloadData is always empty onNotificationClicked when app is in foreground/background
@mirzemehdi When the app is in background (and even when the app is foreground, I also tried to be sure) so when I click on the notification, the method onNotificationClicked
is triggered and the payload data is empty.
It happens to me in Android and I did set up everything in my MainActivity.kt so I do not know why it happens... And before clicking on the notification, the method onPayloadData
is also triggered and my PayloadData is full.
I saw on another issue that it happens to someone and you fixed the issue in the 0.6.0 version. So I am sorry if I did something bad but I paid attention to what you wrote in your documentation.