0

I need help in ios sdk 2.17.4. in swift WebRTC projcet of ios voip push creates crash. Development team updated the sdk but this problem resolved in just objective c project.

I have raised this issue multiple time but support team never replied. I attached image of log issue. When i checked this thing in objective c project it is in working but in swift it crashes. enter image description here

Muhammad
  • 137
  • 1
  • 6
  • You didn't actually attach any images, and please attach the actual data instead of image of it. – James Z Apr 26 '20 at 07:31
  • Does this answer your question? [iOS 13 Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP callback](https://stackoverflow.com/questions/56788314/ios-13-killing-app-because-it-never-posted-an-incoming-call-to-the-system-after) – QuickBlox Apr 27 '20 at 11:17
  • Yes, I also got the same issue while received VOIP notification. – Ketan Patel May 06 '20 at 03:20

1 Answers1

0

QuickBlox Team has recently updated the Swift WebRTC sample, it contains an implementation example of voip push notifications management. You can download the sample here

QuickBlox
  • 233
  • 1
  • 11
  • Yes of course i downloaded the project but still there is crash when voip background hit "Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP push callback." and when i run objective c project it works and never crash. – Muhammad Apr 27 '20 at 10:00