推送通知徽章不会消失

时间:2016-04-27 10:35:42

标签: android ios ionic-framework

我实施了推送通知。它除了始终显示" 1"。

的徽章外,效果很好

我的代码如下所示:

var push = new Ionic.Push({
"debug": true
});
push.register(function(token) {
console.log("Device token:",token.token);
//Here I make an http post to my server to store device token
push.saveToken(token); // persist the token in the Ionic Platform
});

什么错了?我试图google"离子徽章删除"但没有好的点击率。一旦你点击应用程序,我所理解的徽章就会消失。但它没有(我在真正的iphone 6上进行测试)。

1 个答案:

答案 0 :(得分:0)

不确定是否可以清除此类通知,我知道解决此问题的方法是使用Local Notification Plugin来处理推送通知。