-
Notifications
You must be signed in to change notification settings - Fork 86
iOS 13 VOIP Background call is not working #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
Comments
Hello |
Hello @gurpreet029 Can you send updated code Pushregistry |
Hello @gurpreet029 Just implement func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType, completion: @escaping () -> Void){ and report incoming call to callkit via reportNewIncomingCall and update the provided sample reportNewincomingCall to reportCall(with: uuid, updated: update) |
Hello @tarikhs How to add incoming call update inside pushregistry.Iam using Objective-c and also how to get session inside push registry |
@gurpreet029 can please share some code? how to trigger the call kit screen in iOS 13 |
Your answer helped me a lot, I was having an idea what I waned to do, but your answer sparked me how to do, thanks. |
hello @DineshKachhot @gurpreet029 did it work for iOS 13 background incoming call ? |
Hi @parthsit They have fixed the ios13 background incoming call issue. |
Hi @gurpreet029 could you please share your solution because I downloaded latest sample quickblox source code and still issue persists. It would be really great help if you could share your code snippet with me/us. |
@parthsit @gurpreet029 @DineshKachhot Hello,
So please tell me how can I achieve calling functionality from android to iOS when my app is killed or in background. |
Anyone found solution to show call view on background |
Can You help me for banchgroung and kill state in iOS -iOS and android - iOS .? |
Hello there,
I tested the application on iOS 12 it is working fine in all three states:
However in iOS 13 only App in foreground condition works. I do not receive any VOIP calls in background.
"On iOS 13.0 and later, if you fail to report a call to CallKit, the system will terminate your app. Repeatedly failing to report calls may cause the system to stop delivering any more VoIP push notifications to your app. If you want to initiate a VoIP call without using CallKit, register for push notifications using the UserNotifications framework instead of PushKit"
Please let me know if i have missed something or necessary changes that i have to make.
The text was updated successfully, but these errors were encountered: