masashi-sutou / flutter_ios_voip_kit

One-to-one video call using CallKit and PushKit with flutter iOS app.
MIT License
67 stars 45 forks source link

how can I get payload data while accept call from app is not running #22

Open YuvarajaCPR opened 3 years ago

YuvarajaCPR commented 3 years ago

[onDidReceiveIncomingPush] is not called when the app is not running then how can I get voip notification payload data while incoming accept call.

masashi-sutou commented 3 years ago

@YuvarajaCPR

balamuthu1 commented 3 years ago

When the app is killed i don't receive any incomming notification. Is that a normal use case? btw, am testing on a real device. When the app is in background / foreground it's working fine.

balamuthu1 commented 3 years ago

it worked after building the app in release mode!

ilicmilan commented 3 years ago

You managed to receive a call and get caller_id in the app even if it was killed before the call? @balamuthu1