Can I launch app on push received, without tapping on push notification ?
Example case for such behaviour : show incoming call screen for voip app when app is in background.
As I know it's not possible with APNs push notifications, but in iOS 8, Apple introduced PushKit framework with Voip push type, and as I understand, I can have my desired behaviour with them.