You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encountering an issue where push notifications work as expected when the app is run in debug mode (via USB cable for debugging on a real device). However, the notifications do not appear when the app is installed via the Play Store or through an APK file (non-debug mode), particularly when the app is terminated (closed from the recent apps list).
This issue seems to occur only when the app is installed from the Play Store or via APK, and the notifications do not show up on the device's notification tray or foreground when the app is in a terminated state.
The text was updated successfully, but these errors were encountered:
Anuj01111
changed the title
Call Notification Not working on release mode and live app
Call Notification Not working on release mode and live app only working on debug mode
Jan 6, 2025
this issue you have to make sure you receive push notification? you can do this by showing a local notification at the same time as showIncoming. if both are shown then it works correctly. if both are not shown then it means you did not receive notification.
this issue you have to make sure you receive push notification? you can do this by showing a local notification at the same time as showIncoming. if both are shown then it works correctly. if both are not shown then it means you did not receive notification.
I am sending both the call and a local notification on the tab, but the notification is coming, but the call is not coming. It’s not showing up on debug, release, or live. Please help me.
We are encountering an issue where push notifications work as expected when the app is run in debug mode (via USB cable for debugging on a real device). However, the notifications do not appear when the app is installed via the Play Store or through an APK file (non-debug mode), particularly when the app is terminated (closed from the recent apps list).
This issue seems to occur only when the app is installed from the Play Store or via APK, and the notifications do not show up on the device's notification tray or foreground when the app is in a terminated state.
The text was updated successfully, but these errors were encountered: