flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
131 stars 142 forks source link

Calling displayIncomingCall crashes app on IOS #60

Closed rekonvald closed 3 years ago

rekonvald commented 3 years ago

Hi!

I am using FCM to process background messages and I want to call

_callKeep.displayIncomingCall(callUUID, number,
        handleType: 'number', hasVideo: false);

as was mentioned into example. But this example was for Android, will it work for IOS? Or what setting should be done to make it work?

xyzbilal commented 3 years ago

You can test your ios notification with an app named push notification tester mentioned in this medium article

https://medium.com/mobile-appetite/how-to-test-your-push-notifications-implementation-on-ios-7138122fb3fb

rekonvald commented 3 years ago

Thank you!

But I am getting FCM push notifications, and when I call displayIncomingCall application just crashes