pushRegistry:didUpdatePushCredentials:forType: is getting called as well as calling functions are working but not receiving the incoming call i.e. didReceiveIncomingPushWith is not called.
VOIP certificate is created as well info regarding key and certificate is also updated on the console. I followed each and every step given in the guidelines but still no notification for the call though I am getting logs for the voice calls in the console.
Kindly let me know if I am missing anything or I need to do some additional coding to get it working apart from the given steps in the docs.
I am using Twilio Voice Version: 6.0.0 on iOS 14. I have set up the server and app according to the steps provided in this link https://www.twilio.com/docs/voice/voip-sdk/ios/get-started
pushRegistry:didUpdatePushCredentials:forType: is getting called as well as calling functions are working but not receiving the incoming call i.e. didReceiveIncomingPushWith is not called.
VOIP certificate is created as well info regarding key and certificate is also updated on the console. I followed each and every step given in the guidelines but still no notification for the call though I am getting logs for the voice calls in the console. Kindly let me know if I am missing anything or I need to do some additional coding to get it working apart from the given steps in the docs.