voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 19 forks source link

In background, FCXProvider not reporting incoming call. #24

Open ShahzadUmarBaig opened 2 years ago

ShahzadUmarBaig commented 2 years ago

In background mode when the application is considered active the application is not showing call kit on FCXProvider.reportNewIncomingCall(uuid, callUpdate).

When I open the application only then the CallKit is shown.

When the application is considered not active I am sending VoIP notification to PushKit which shows the native CallKit, what is the solution for this?

Natasha336 commented 2 years ago

In background mode when the application is considered active the application is not showing call kit on FCXProvider.reportNewIncomingCall(uuid, callUpdate).

When I open the application only then the CallKit is shown.

When the application is considered not active I am sending VoIP notification to PushKit which shows the native CallKit, what is the solution for this?