ConnectyCube / connectycube-flutter-call-kit

A Flutter plugin for displaying call screen when the app in the background or terminated.
https://developers.connectycube.com/flutter
Apache License 2.0
57 stars 83 forks source link

iOS accepting call from lockscreen opens default call screen instead of app #150

Closed coreyfreeman82 closed 7 months ago

coreyfreeman82 commented 7 months ago

When I accept an incoming call and have my app running in the background but my phone is locked, it shows the default call screen on iOS instead of asking to unlock my phone and go to my app. If I click on the app button on the call screen it does navigate correctly. I placed some logs in the accepted event which I can all see so the code is being executed it just doesn't navigate to my app directly

TatankaConCube commented 7 months ago

It is the expected behavior of the iOS system CallKit feature for audio calls. For video calls, it should ask you to unlock your phone and navigate to your app.