-
Notifications
You must be signed in to change notification settings - Fork 43
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
Android can't make a call when app is not in the foreground #15
Comments
you will need to implement push notification to receive msg when in background. or if you are using android you can use foreground services. |
发送通知后,点一下通知 ,让app 回到 前台? |
@yifeiguorenyu 是的,然后处理接听逻辑,当然也可以用connecionservice |
Which way is better to display incoming calls if the android app is killed, Connection service, or Should open an alert screen on push notification? |
@dasharath8998 i think you should show an alert screen first via push notification, and then you can open the app or show system call ui via connection service. |
Application works fantastic when both users take it on the foreground.
But unfortunately when person who will receive the call moves from the app to the background, or even minimize it. It will not receive the call.
Caller has infinity call process
Would you please help me with that
The text was updated successfully, but these errors were encountered: