Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Notification Not working on release mode and live app only working on debug mode #625

Open
Anuj01111 opened this issue Jan 6, 2025 · 2 comments

Comments

@Anuj01111
Copy link

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.

@Anuj01111 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
@hiennguyen92
Copy link
Owner

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.

@Anuj01111
Copy link
Author

Anuj01111 commented Jan 8, 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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants