Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Monaca backend push notifications
-
I want to use push notfications through monaca backend. This is working indeed, but I can’t figure out how to get a specific device token.
I need to be able to send a notification to specific user.
-
I figured this code would give me the device id:
monaca.getDeviceId(function(id){
alert('Device ID: ’ + id);
});However, how would I send a notification from a server through the monaca backend?
-
@acct You will need to use Monaca Backend Management API. Please read through the documentation. There is also a Push Notification section.
-
i read a lot about that ,but couldn`t get the whole idea
i am facing the same problem
can you help with it and comment detailed instruction .
-
Estoy intentando entender de que va exactamente las notificaciones push de backend del portal Monaca.