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

it not working when app is background or kill. #22

Open
VikashIOS opened this issue Jun 22, 2020 · 5 comments
Open

it not working when app is background or kill. #22

VikashIOS opened this issue Jun 22, 2020 · 5 comments

Comments

@VikashIOS
Copy link

I want to open the call screen when the user kills the app or when it's in the background .

@takiuddin93
Copy link

I did this for messaging..I tweaked the code to send messages as push notifications even when the app is killed or in background.

And you can do the same for call.

@takiuddin93
Copy link

I did this for messaging..I tweaked the code to send messages as push notifications even when the app is killed or in background.

And you can do the same for call.

Implemented firebase push notifications that is.

@VikashIOS
Copy link
Author

I implemented the push notification and set the push priority as high to wake up the app and show the call screen buts it's not working I want to create the calling as whatsapp.help me with some sample code as I am a beginner in a flutter.

@kazimad kazimad mentioned this issue Aug 16, 2020
@AjayrajSingh
Copy link

AjayrajSingh commented Aug 16, 2020

@VikashIOS
The solution to this problem could be system_alert_window plugin. here (Works only with android)
Using this you can display a call screen whenever you receive a call on the app. Just like true caller used to do.
If implemented correctly you can simulate the calling functionality correctly.

All the best.

@Milimeter
Copy link

@takiuddin93, could you share the POC on how you were able to send the messages as push notifications

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

4 participants