I am using Quickblox in my app, but I have an issue with the push notifications. I receive the notifications while the app is in the background or close. But while I have the app opened if I receive a message from a conversation I don't receive any push notification.
I use QBMessageListener when the user is inside the conversation, and it works, but I don't know how to receive messages from other conversations to show a notification to the user.
I supposed I would receive a push notifications, but it doesn't work.