-
Notifications
You must be signed in to change notification settings - Fork 39
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
Notification not received when app is killed in Android #141
Comments
Hello @AyeshRehman , This error code means that the callee was not logged in when the caller made a call. To receive the incoming calls when the application is killed, you need to set up push notifications in the Voximplant Control Panel and register a push token on the application side. Best regards, |
Hi @YuliaGrigorieva Regards, |
Hello @AyeshRehman , It seems something is wrong with push notifications setup. I recommend to do the following steps:
2022-01-25 15:16:52.922 28519-28963/com.voximplant.sdkdemo I/VOXSDK: GWConnection[CONNECTED]: SEND: {"type":"msg","payload":{"name":"registerPushToken","params":[....]},"seq":2}
Please let me know if it helps Best regards, |
@YuliaGrigorieva we got same issue if the app is disabled in autostart. If enabled it works fine even the app is killed but not if disabled |
Hi, I can receive notifications when app is active or in background but when the app is killed call is failed.
Response I receive afterwards:
Code: 480
Name: Failed
Reason: Temporarily Unavailable
The text was updated successfully, but these errors were encountered: