-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Application is not getting opened when i click on accept call IOS (Background or Terminated state) #605
Comments
same issue |
1 similar comment
same issue |
Please check version Podfile.lock file. |
@chauvansang1997 , Below is my Podfile.lock file version.
|
Facing same issue. any solution yet? |
Additional debug logs: -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = dismissAutoFillPanel, customInfoType = UIUserInteractionRemoteInputOperations |
One more log on debug scree when this issue occure: Error answering call: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 6.) |
My code flow for accepting call is: This works perfectly fine on android. On IOS For BG and terminated case it gives problem of app is not getting opened and failed with error "Error answering call: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 6.)" Removed endCall and endAllCalls , but now For FG call , its giving problem of multiple accept Event.actionCallAccept events. Removing FlutterCallkitIncoming.setCallConnected from event Event.actionCallAccept may solve this issue as per issue mentioned in #588 |
I moved endCall and endAllCalls function on actual call end , its working now. Problem i faced because it was working on Android and not on IOS. |
same issue |
I am able to resolve this, Check comment above |
I used this plugin for configuring notification call notification in android and ios. Android is working fine.
IOS i received notification very well. The only problem i am facing is when i accept the call it is not opening app automatically in IOS.
When i open app manually it starts call. But ideally it should launch app on click of accept call.
Note: I added checkAndNavigationCallingPage() in WidgetsBinding.instance.addPostFrameCallback
I am sure i missed upon some configuration param. I am using latest lib. Below is my code from AppDelegate.swift
Please help me on resolving this issue.
The text was updated successfully, but these errors were encountered: