Hi guys.i have a problem with ionic push notification,i have installed phonegap-plugin push .but i cant see my device token ;
This is my code
var push = new Ionic.Push({ "debug":true });
push.register(function(token){ console.log(token.token);
})
Response in Console:
Ionic Push: register
How can i see my device token?? Thanks!!!