I would like to be able to receive a push notification in my app and then decide, based on the content of the push, whether or not to alert the user using the native notification methods. The user could then click the notification and go to the app as normal. Is this possible? I have found that if you switch 'show alert' off in app settings then the app does not receive the push unless it is active. If you have 'show alert' on then it is too late for the app to decide what to do with the push as it is already presented to the user.