Post

Replies

Boosts

Views

Activity

Reply to Silent Push Notification Handler Has Stopped Firing Since iOS13
Debugged this with Apple support, and turns out background app notifications are now completely unreliable for background sync purposes, since about 95% of all our users simply don't receive them for a variety of reasons, such as "not enough memory" or other system resource limits.I guess before iOS13, these limits weren't as strict or as thoroughly enforced, but now, it's at a point where using silent notifications is just pointless, as some users get them consistently, but most either never get them or get them once in a blue moon.Going to try the new background tasks introduced with iOS13, but given that the old device-initiated background sync basically ran whenever it wanted and without any consistency, I'm not holding my breath.Seems there's just no way to reliably ensure background sync anymore.
Dec ’19