On iOS:
With the application closed, when I tapped in a notification in the Notification Center, my application is created and I can read the info of the notification and treat the action.
With the application open, or in background, I tapped in the notification and the OS just "show" the open instance.
In that case, how i can treat the notification tapped and open the correct page?