In order to enable Cloud Messaging API (legacy) instead of Firebase Cloud Messaging API (HTTP V1), please do the following: 1. Log into your Firebase account. 2. Select a project -> Project Settings -...
To wake up a phone in the background or the killed state, you need to use push notifications. Please refer to our documentation: iOS SDK - Push Notifications | iOS SDK | QuickBloxAndroid SDK - Push No...
If you want to add Firebase push notifications to your project or if there are any issues with notifications, please check the following points: 1. Please set your project properly with your applicati...
In order to check push notification logs, you need to do the following: 1. Log in to your QuickBlox account. 2. Go to Push notifications. 3. Click on Queue: 4. Click on a push notification status: 5. ...
Firstly, you need to disconnect from the Chat server when the application goes to background mode and reconnect again when you go foreground. In this case messages will be delivered without any issues...
The maximum number of subscriptions for one user is 10 and when a user exceeds this limit, it is not possible to create more subscriptions. If you exceed the limit your application will receive the e...
The implementation of functionality when an application in the background mode or terminated/killed state is implemented in our WebRTC samples. You can find our video calling samples here: Code Sampl...
The notification The call service is ready is hardcoded in our React Native and Flutter SDKs. According to Google requirements, each foreground service must show a status bar notification. Please ref...
QuickBlox iOS SDK supports VoIP notifications in the background/non-running state but the implementation of this functionality depends on application workflow and is up to the client-side. For guidanc...
To configure push notifications for Android, please check our official documentation with detailed instructions: Push Notifications | Android SDK | QuickBlox Feel free to check our official documentat...