Is there a way to get the current count of Tile notifications
on Windows Phone
and update it locally. I need to update the tile
count locally if I have read a notification via push notification
/ toast
without hitting the push service from the server end.
Say for eg. I have the tile count
6. As soon as I receive a push notification and I click on it, I want the tile count
to be reduced by 1. How do I achieve this?