Hello,
I am having an issue with push notifications. I have setup a custom receiver and push service but the onMessage() method is never called. I see the notifications that the device is registered but still nothing when I am supposed to receive a notification. Once I make the return value to true, use default method, everything works fine. I need to have my own custom logic to handle notifications based on whether the app is open or not. Can anyone please help me? I have followed each step so closely and the only thing not working is the onmessage() method.
Thanks.
Drew