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:

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
Post a Comment