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