I am using QuickBlox SDk for chat app. When app goes to background mode, I could not receive chat messages. So I want to keep alive app in background mode.
I know the way to keep alive app in background for VOIP based app.
Also I got a useful link for XMPP to support background mode. But for that we need to interact with XMPP framework but with QuickBlox SDK we don't need to directly interact with XMPP frameworks.
So, What is the possible way to keep alive app in background using QuickBlox SDK ?