BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
107 stars 81 forks source link

CallKit crashes in the background iOS #209

Open hushmand opened 2 years ago

hushmand commented 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.

sianami commented 2 years ago
MicrosoftTeams-image (2)

i have same issue too what is problem? how can i fix it?