On my sasung A70 I have some similar problems.
Sometimes it seems to get blocked for some time before it gets trough.
I for example send this messages (formatted for node red) to my phone and my wife’s phone:
{
"message": "alarm",
"data": {
"ttl": 0,
"importance": "high",
"priority": "high",
"vibrationPattern": "300, 500, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100, 1000, 100",
"channel": "alarm_stream"
}
}
The message arrives immediately on my wife’s phone but not on mine. Then I open the Home Assitant Companion app on my phone and see in the configuration settings that my daily allowance of 300 notifications has gone down by two.
After a while I reboot my phone.
Then I again send the message which again arrives on my wife’s phone but not on mine. On my phone I see again my faily allowance has gone down by two.
Then a bit later the two messages I sent to my phone both come in at the same time.
I have followed all the instructions on giving the home assistant apps all the necessary rights and also the instructions listed on https://dontkillmyapp.com/samsung
Is there anything else I can try?
I will also try to send the following under developer tools next time this happens (as suggested by @dshokouhi):
message: Test 123
data:
ttl: 0
priority: high
PS: the reason I set priority and importance is that in some of the documentation they mention priority and in other areas they mention importance.