I have a marmalade project and running it for iOS.
In case of traditional iOS flow when a user clicks on a notifications the following is called didFinishLaunchingWithOptions and launchOptions has the notification data that I can use.
But in case of marmalade the function registered to S3E_DEVICE_UNPAUSE is called. But there is no notification data passed through.
In short: How do I have get to know from code (using marmalade sdk) that the user clicked on notification?