Detecting GSM Call States in IOS 10 (Swift 3, Xcode 8) and Notification from Background state

前端 未结 5 838
长发绾君心
长发绾君心 2021-02-05 19:15

TLDR: Detect call end event from background Please see update to the question below:

Is it possible to detect/get an event for call state in IOS 10 usin

5条回答
  •  你的背包
    2021-02-05 20:02

    PS : I'm assuming that VOIP Call is handled by you

    For APNS/PushKit Payload the dictionary is getting from your hosted server.

    Just you can add a key-value pair isVOIPCall:true to get distinguish.

提交回复
热议问题