hiennguyen92 / flutter_callkit_incoming

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

[iOS Release] Doesn't show incoming call in iOS while it in background mode in release mode but works in debug mode. #554

Closed AmangeldiyevSultan closed 5 months ago

AmangeldiyevSultan commented 5 months ago

When I run my app via USB it work fine. Data come from websocket and after that I show incoming call if needed even if app in background mode But after deploy my app to testflight it work only if Im in app, in foreground mode

AmangeldiyevSultan commented 5 months ago

It was because my websocket do not active in background mode

kevin4dhd commented 4 days ago

Did you implement it with fcm? I'm using fcm and it doesn't work in testflight