When my App is not running and receives a Push Notification, if I click on that notification, the App is launched - but then it doesn\'t prompt the
Try going to the didReceiveRemoteNotification method and handling it there. In there you can check for the application states by doing conditionals for the applicationState, for example checking if it's UIApplicationStateActive or others.
didReceiveRemoteNotification
applicationState
UIApplicationStateActive