In the native push API, the documentation is clear on what happens when notifications are received when the application is not running - the application is either launched from the notification, or messages are stored and can be retrieved using Tizen::Messaging::PushManager GetUnreadMessagesN()
However it's not clear what happens in this case using the web api, as there is no equivalent method in the PushManager object in web api. Are messages stored and delivered to the notificationCallback set by tizen.push.connectService, when the application launches? Or do stored messages need to be retrieved by some other means? Or are messages not stored at all if the application is not running?
Apologies if this question has been answered elsewhere and I have missed it!