-
Notifications
You must be signed in to change notification settings - Fork 151
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
IOS - unable to recieve incoming call notification when the app is in background. #153
Comments
@cloudwebrtc This is an urgent situation. I am asking you maybe you can look at my Issue and help fix the problem. I have been struggling with this problem for a long time. |
|
Hey, did you find any solution or fix for this issue? |
I didn't find a solution this functionality is pending |
Hey, i solved this background/terminated calling issue. You can use this if your still looking for a solution for this issue:
|
I used callkeep to show incoming call notification for my video call app.
for the android part, it is working fine. I am receiving incoming call in foreground and background.
but for ios, The app shows incoming call screen when it is opened. if I touched the home button and the app is minimized. I am not receiving call notifications, the incoming call screen will displayed as soon as I click the app icon.
I am using callkeep: ^0.3.2.
How to resolve this issue?.
The text was updated successfully, but these errors were encountered: