应用程序打开时,推送通知徽章不会重置 - 触发IO

时间:2013-09-21 11:56:39

标签: parse-platform trigger.io

如果在打开应用程序时调用,则不会通过Parse REST推送通知API清除iOS徽章,如果我们在触发器io提供的应用暂停事件上调用API,它仍然无法清除,因为代码未在应用中执行暂停事件直到再次恢复应用程序。请注意这个问题中没有提到https://www.parse.com/questions/push-notification-badge-not-resetting-via-rest-api

1 个答案:

答案 0 :(得分:0)

您可以使用Forge Notification模块重置徽章:

forge.notification.setBadgeNumber(number, success, error)

请参阅https://trigger.io/modules/notification/current/docs/index.html#forgenotificationsetbadgenumbernumber-success-error