Open hushmand opened 2 years ago
Hi I am using the linphone sdk on iOS I used PushKit to receive incoming calls and used CallKit to display calls
Callkit works properly when the app is in the foreground But when the app is completely closed, the app crashes when it receives the incoming push.
In the didReceiveIncomingPushWith method, when the push is received, I immediately call reportNewIncomingCall But it crashes in the background.
i have same issue too what is problem? how can i fix it?
Hi I am using the linphone sdk on iOS I used PushKit to receive incoming calls and used CallKit to display calls
Callkit works properly when the app is in the foreground But when the app is completely closed, the app crashes when it receives the incoming push.
In the didReceiveIncomingPushWith method, when the push is received, I immediately call reportNewIncomingCall But it crashes in the background.