ios - What is the VOIP Services Certificate used for? -


in certificates, identifiers & profiles on ios developer portal there new option when creating certificate make voip services certificate:

ios voip services certificate

i work on voip apps ios , have never seen option before. know when certificate necessary , used for?

from apple doc: here

in ios 8 , later, voice-over-ip (voip) apps register uiremotenotificationtypevoip push notifications instead of using method. using push notifications eliminates need timeout handler check in voip service. instead, when calls arrives user, voip service sends voip push notification user’s device. upon receiving notification, device launches or wakes app needed can handle incoming call.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -