簡體   English   中英

推送通知徽章不消失

[英]Push notification badge not disappearing

我實現了推送通知。 除了始終顯示“ 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上進行測試)。

不確定是否可以清除此類通知,我知道解決此問題的方法是使用本地通知插件來處理您的推送通知。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM