Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App not receiving VOIP after x time on iOS 10.3 >

I've got a project I'm working on which uses VOIP notifications to "wake up" apps that have been put into background/terminated. These notifications are sent periodically, and everything seemed to work fine until recent iOS updates.

It appears that after a certain amount of time in which the app has been in the background (happens to some users after 5 minutes, others after 20), the devices no longer process any code after receiving the voip notifications.

I've read a bit in apple dev forums and some other devs are running into similar issues, all speculate if its related to the new iOS updates (10.3.1/10.3.2).

Has anyone else run into this issue, and if so, have you been able to solve it?

Thanks!

like image 548
royherma Avatar asked Jul 06 '17 07:07

royherma


1 Answers

This is the new normal on latest iOS versions.

You should begin to use push notifications.

Here is a guide from Apple.

like image 75
Istvan Avatar answered Nov 08 '22 18:11

Istvan