I am using Parse and PFInstallation to increment my app's badge count based on notifications from Parse. I need to be able to decrement that number as well - not just reset it; I'm looking for the same behavior with iOS Messages or Mail app badging. Each time you read a mail item or message, the app's badge decrements by the number of items you've viewed.
How can I achieve this in my iOS app with Parse and PFInstallation? PFInstallation has the concept of incrementing, but what about decrementing?