Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOIP Notification Not Working to End Call in iOS 18.2 with Flutter CallKit Incoming #618

Open
rohit-saini3103 opened this issue Dec 23, 2024 · 0 comments

Comments

@rohit-saini3103
Copy link

I am facing an issue with handling VOIP notifications in my Flutter application when using the flutter_callkit_incoming plugin on iOS 18.2. Specifically, when I try to send a VOIP notification to end a call, the behavior is inconsistent, and the call does not get terminated as expected.

Steps to Reproduce:
1. Set up flutter_callkit_incoming with VOIP push notifications for incoming calls.
2. Send a VOIP push notification with the intent to end the call.
3. On iOS 18.2, the app doesn’t respond as expected, and the call remains active.

Expected Behavior:

When sending a VOIP notification to end a call, the app should properly respond by ending the call and dismissing the CallKit UI.

Actual Behavior:

The VOIP notification is received, but the app get crashed. and display a pop up of that crash.

Environment:
• iOS version: 18.2
• Flutter version: 3.24.4
• flutter_callkit_incoming plugin version: 2.0.4+2
• Device: iPhone 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant