0
プッシュ通知を実装しました。それは常に "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 "ionic badge remove"を試みたが、いいヒットはなかった。私がバッジを理解したのは、あなたがアプリをクリックするとすぐに消えるはずです。しかし、実際のiPhone 6でテストしているわけではありません。