Skip to content

Commit

Permalink
disabling ios push notif count for now. #192
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Mar 18, 2016
1 parent 6bdbb28 commit 17506ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pushNotifications/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export default class {
this.openPost(data.additionalData.id);
}
if (ionic.Platform.isIOS()) {
push.setApplicationIconBadgeNumber(() => this.$log.debug('[pushNotifications] badge number ok!'), () => this.$log.debug('[pushNotifications] badge number error!'), data.count);
// Disable iOS count for now till I understand what could be the decrement logic
// push.setApplicationIconBadgeNumber(() => this.$log.debug('[pushNotifications] badge number ok!'), () => this.$log.debug('[pushNotifications] badge number error!'), data.count);
}
});

Expand Down

0 comments on commit 17506ee

Please sign in to comment.