I am trying to receive a notification when in background mode. I don't want the user to launch my app on receiving an alert in the notification. But it seems like iOS doesn't send the notification to the callback function didReceiveRemoteNotification: Any inputs?
Is there something special I need to perform in order to receive a push in the background mode.
FYI : I tried using voip background mode also and still nothing!!!
Basically I want my app to receive a notification without launching my application and perform some action while application is running in background.