0

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

4

1 回答 1

0

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

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

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

于 2013-09-24T21:58:55.800 回答