Open HarshitaRawat1 opened 4 months ago
@HarshitaRawat1 Did you found any solution for this ?
@Steveit96 NO
what is your device ? you are using FCM ?
all i have to face same issue in all iOS Device!
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.
@HarshitaRawat1 Have you tried this?
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 ?
Any solution for this ?
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
Are you opening the call kit using the firebase FCM token?
Are you opening the call kit using the firebase FCM token?
Yes
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
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