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.