Hi everyone, i recently distributed an app that includes push notification.
the notifications are locally created with the NB6 class.
Unfortunately i‘ve got some feedbacks from my user saying that they are not receiving the notifications.
I asked them what phone they are using:
90% Huawei, and some Samsung..
I know about the problem with Huawei, the Battery Optimization thing (very annoying)... but samsung?
My temporary solution is to set the “notification” tag in the payload sent via Firebase, I didn’t tried yet, but I think this could solve some of this problems since in this way the notification is managed by the OS... but I’ve to renounce to the “BigText” notification I was using with the NB6 class.
Have you some tips?
thanks guys
the notifications are locally created with the NB6 class.
Unfortunately i‘ve got some feedbacks from my user saying that they are not receiving the notifications.
I asked them what phone they are using:
90% Huawei, and some Samsung..
I know about the problem with Huawei, the Battery Optimization thing (very annoying)... but samsung?
My temporary solution is to set the “notification” tag in the payload sent via Firebase, I didn’t tried yet, but I think this could solve some of this problems since in this way the notification is managed by the OS... but I’ve to renounce to the “BigText” notification I was using with the NB6 class.
Have you some tips?
thanks guys