In the second one @Erel shows that he kills all the app in background and then he still receives messages..
I tried but i receive only if the app is open, someone can help me to find out what's wrong?
EDIT: I tried on others phone, it works, it's not working on Meizu m5c
The starter service is a special service. It will misbehave if started explicitly.
If the notifications only arrive when your app is running then you haven't implemented it properly.
Carefully follow the tutorial and make sure to use the B4J code to send the messages.
With that said, it is better not to kill the app while testing it. You can instead restart the device as a test.
The starter service is a special service. It will misbehave if started explicitly.
If the notifications only arrive when your app is running then you haven't implemented it properly.
Carefully follow the tutorial and make sure to use the B4J code to send the messages.
With that said, it is better not to kill the app while testing it. You can instead restart the device as a test.