@Gasparyan wrote:
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 codevar push = new Ionic.Push({ "debug":true }); push.register(function(token){ console.log(token.token); })
Response in Console:
Ionic Push: registerHow can i see my device token?? Thanks!!!!
Posts: 1
Participants: 1