hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
180 stars 312 forks source link

Call doesn't show when app is in kill state in iOS #566

Open HarshitaRawat1 opened 4 months ago

HarshitaRawat1 commented 4 months ago

Call kit is not showing even though notification is received when in kill state otherwise call kit works properly fine in android and in iOS it works fine when app is in foreground or in background the issue only appears in kill state

Steveit96 commented 3 months ago

@HarshitaRawat1 Did you found any solution for this ?

HarshitaRawat1 commented 3 months ago

@Steveit96 NO

huongrealest commented 3 months ago

what is your device ? you are using FCM ?

Technozer commented 3 months ago

all i have to face same issue in all iOS Device!

HarshitaRawat1 commented 3 months ago

what is your device ? you are using FCM ?

I am using iPhone 11 and 12, I am using FCM there is no problem with FCM as push notification is coming when app is in kill state just call is not working properly in iOS only. I have tried with both release and debugging modes it's working fine in foreground, issue is just with the background.

leonardogbr commented 2 months ago

@HarshitaRawat1 Have you tried this?

MeMoSalem commented 2 months ago

After making sure that you receive the call notification in the correct format from pushRegistry, what errors do you guys see on your console when the app receives the call in the terminated state ?

gdhananjay commented 2 months ago

Any solution for this ?

HarshitaRawat1 commented 1 month ago

After making sure that you receive the call notification in the correct format from pushRegistry, what errors do you guys see on your console when the app receives the call in the terminated state ?

There are no logs for iOS in terminated state

this

Yes, It didn't work

deepaksuthar23086 commented 2 weeks ago

Are you opening the call kit using the firebase FCM token?

HarshitaRawat1 commented 2 weeks ago

Are you opening the call kit using the firebase FCM token?

Yes

deepaksuthar23086 commented 2 weeks ago

ios is not support firebase notification background and kill state handling, you want to handle handle background and kill state ,you need to voip notification, If we want to perform any task in the background, then in iOS we have to use the VoIP notification. By using the VoIP notification, we can handle the callkit in the background and kill state.

in ios firebase notification are not working