Is there any way to handle network events on-the-fly in iOS 4.2.1 when app in background?
To be more specific, here are two examples:
- Receiving VoIP call while another app in foreground
- Receiving XMPP message while another app in foreground
Use of setKeepAliveTimeout:handler:
seems not possible, since minimum delay is 600 seconds (10 minutes).