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?
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?
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.