@reddysridhar53 wrote:
$ionicPush.register().then(function(token) {
$ionicPush.saveToken(token).then(function(data){ $log.log("Token Saved :", data); }, function(err){ $log.log("Token Not Saved :", err) }); }).then(function(token) { });
Posts: 1
Participants: 1