PushKit for VOIP iOS apps

放肆的年华 提交于 2019-12-11 00:22:20

问题


Maybe this is a trivial question, however it is not yet clear to me if the server side is impacted when PushKit frameworks will be applied in a VoIP iOS app.

The SIP server for example sends an INVITE to my app, the notification is received in the app and the call is established.

Is the server impacted when PushKit.framework is used? Who is sending the pushkit event? The SIP server or Apple? Is this similar to APNS?


回答1:


It is exactly like APNS as far as the server is concerned. It just comes with added benefits for the client (the iOS app).

The client registers with the Apple servers and gets a token in return. The app registers the token with your server. Your SIP server can use the token to send the notification with the appropriate payload. That is sent to APNS which then forwards it to the device.



来源:https://stackoverflow.com/questions/35557570/pushkit-for-voip-ios-apps

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!