Push notification – what happens when application is not running?
Push notification – what happens when application is not running?
BY 11 Sep 2013Web Application Development
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::PushManagerGetUnreadMessagesN()
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!
Push notification – what happens when application is not running?
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!
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio