I an configuring our site to support live tiles with notifications with IE11 and Windows 8.1. I have a browserconfig.xml file with polling-uri inside the notification section. I've discovered that if the polling-uri returns a 404 response code, then the corresponding notification is not shown in the tile.
The question is, once a notification is defined and showing using the notification XML file, how do I stop that notification from showing when the site is already pinned on the start screen?
There is an indication in the MSDN documentation that if I use the metadata approach instead of the XML file that I can specify "none" for the polling-uri to turn off that notification, but I'd much rather use the XML file approach.
Any ideas?