Skype-Clone icon indicating copy to clipboard operation
Skype-Clone copied to clipboard

it not working when app is background or kill.

Open VikashIOS opened this issue 4 years ago • 5 comments

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

VikashIOS avatar Jun 22 '20 19:06 VikashIOS

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 avatar Jun 22 '20 21:06 takiuddin93

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.

takiuddin93 avatar Jun 22 '20 21:06 takiuddin93

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.

VikashIOS avatar Jun 23 '20 14:06 VikashIOS

@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.

AjayrajSingh avatar Aug 16 '20 05:08 AjayrajSingh

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

Milimeter avatar Aug 28 '20 23:08 Milimeter