This update includes the following bug fixes and enhancements:
-
Add ability to increment or decrement the badge value when sending a push notification. See the "Badge" section in PushNotifications.
-
Add ability to use a query to send push notifications to specific users. See the
where
parameter in push_notification/notify.json. -
Add support for admin batch delete operations. See the "Admin Batch Delete" section in Admin Access.
-
Change admin operation to send a push notification to all users. Set the
to_ids
parameter toeveryone
for thepush_notification/notify.json
method. Only new applications need to use this mechanism. Old applications made prior to this release can continue not to specifyto_ids
. You do not need to set this parameter in the web interface. -
Add support for application admin to send push notifications to all users with the
push_notification/notify_tokens.json
method. Set theto_tokens
parameter toeveryone
. Previously, you could not send push notifications to all users with this method.