Push registration is not working with no error in my console.
i have my senderID set into my .unoproj file.
and this is my code
push.on("registrationSucceeded", function(regID) {
console.log("Reg Succeeded: " + regID);
});
push.on("error", function(reason) {
console.log("Reg Failed: " + reason);
});
Fuse version (0.34) Operating system version (OS X)