Closed kevinarch closed 2 years ago
Hi @k3vinb0ss
Did you find a solution to this issue already? Did you get it to work? Thanks
Hello @k3vinb0ss , @kfelix18 ,
I suppose the issue might be caused by late setup of the callback. Please ensure that you set the didDisplayIncomingCall callback on the app start.
Best regards, Yulia Grigorieva
Hi, I'm using PushKit with VoIP push as your example:
Everything works fine (didDisplayIncomingCall -> provider.performAnswerCallAction) . but when my app is closed and receive voip push, CallKit UI still showing but didDisplayIncomingCall callback didn't get call so i don't have enough information in onAnswerCallback.
Am I missing something ?