I need to know If I can process an Apple notification message before the user of the iPhone can read it?
What I am trying to do here is, I want to filter the message before the user see the AlertView etc.. because my server will be sending a hidden message inside the payload for invoking other services later on
Thank you very much
You CANNOT do this outside of your application. Apple delivers the message to the user before the rest of the applications. You can touch it only if the user decides to open the alert.
You CAN do this if the user gets the message while inside your app ( in this case there is no alert message anyway)