iOS 10: How to show incoming VOIP call notification when app is in background?

前端 未结 2 1793
春和景丽
春和景丽 2020-12-06 21:07

I\'m working on audio/video call and trying to get incoming call notification loop for 1 minute like WhatsApp shows in iOS when app is

2条回答
  •  不思量自难忘°
    2020-12-06 21:43

    iOS 10 CallKit is much better, no more notification but system call UI, just like the native call. There are some sample codes at Github, which are easier to read than apple's Speakerbox sample.

提交回复
热议问题