Hi, I have problem with fm. If apps state open, fm notif show properly not problem, bu if my apps close (exit application) and I send fm push message it make my apps unable to show properly, blank screen appear if open apps.
On coding log it show (if working) :
fm2:
** Receiver (firebasemessaging) OnReceive **
** Service (firebasemessaging) Start **
yes its b4xpages. I found the problem , manifest target sdk = 31 (apps freeze when fb messaging receive)
if target sdk=30 (normal receive fb mssg)
I send notif from B4J app get from this forum sample.
I try to make new project only to show firebase messaging. Same problem if set to target SDK=31 My apps freeze. here I send sample project. please help.
Project not include my google-services.json
on normal state, my apps open mainpage like this (pict 1.jpeg), then I send FM and it receive normaly (pict 2.jpeg). If Apps state exit (Close), I send FM, not receive like pict 2.jpeg and if I open Apps, I show blank screen (pict 3.jpeg) not open mainpage like pict 1.jpeg. Log not show any error