Push registration doesn't work

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)

Which platform are you testing on?

i’m testing on android