iOS 15 VOIP background mode?

Hallo there, We are using PUSHKIT and CALLKIT for waking up and showing the calls. But I ask for something like a voip background mode here, because a lot of features of our telephone system requiring an instant answer on SIP level. Sometimes with delay for example, so its not possible to use PUSHKIT here.

So my question is: "How can we run a VOIP App in background, so that we can receive and show an incoming call WITHOUT push notifications?"

Replies

Enabling background sounds on your iPhone or iPad is easy. Follow the steps below to turn on the Background Sounds accessibility feature on your iPhone. While we have used an iPhone for this tutorial, the steps remain the same for the iPad too.

  1. Open the Settings app on your iPhone or iPad.

  2. Now, navigate to the Accessibility settings menu.

  3. Then, scroll down and under the Hearing section, tap on Audio/Visual.

  4. Here, tap on Background Sounds.

  5. On the next page, tap on Sound and choose from the list of available sound effects. That includes – Balanced Noise, Bright Noise, Dark Noise, Ocean, Rain, Stream.

  6. Go back to the previous screen and toggle on the Background Sounds feature.

And that’s it! Your background sounds are now set up and will continue to play unless you turn them off. You can adjust the volume of the background sounds and even choose to play it with other media on your iPhone or iPad. However, be aware that it will eat up some of your device’s battery.

Thank you for your reply, but thats on iOS level and not what I want. Long story short I want to execute code when the app is in background. More specific: showing an incoming sip call with callkit when it receives in our sip app, while the app is in background, but without pushkit.