3

In iOS9 apple deprecated setKeepAliveTimeout and recommend UIRemoteNotification with VOIP Type available in PushKit for VOIP calling. Ok I can imagine that I will write server application for sending these notification.

1) But what-if i need periodically re-register to proxy server.

2) And what about sip-proxy? Does it mean, that all sip-proxies will need extension for sending these notifications to iOS Devices?

psk
  • 162
  • 1
  • 13
Jakub Průša
  • 2,255
  • 1
  • 14
  • 19
  • Ok, I think little bit more and proxy re-register is not needed any more because sip proxy will call through VOIP push notification but this mean that all proxy need the extension for APNS. If I am incorrect please correct me. – Jakub Průša Feb 08 '16 at 10:53

1 Answers1

0

I founded answers to these questions here: https://forums.developer.apple.com/thread/49363

tl;dr 1) re-registering is not in iOS 10 no longer supported 2) generic sip-proxy app is also not available in iOS 10

Jakub Průša
  • 2,255
  • 1
  • 14
  • 19