I am (still) working on a WIn8-UI-App (previously called Metro...) and I implemented Periodic Tile Updates. (Also with your help, see this post.)
I have two follow-up questions:
How can I set an expiration date for periodic tiles? As written in the documentation I have to provide a X-WNS-Expires header of the notification's HTTP response message. The message is the XML-(tile)-file. How can I add the expiration date (example)?
While I was reading a couple tutorials and the documentation, I read that the notification service (the abonnement which renews the tiles) never expires. In a sample code (by MS) I read that it expires after 30 days and I should renew it whenever the app is launched and that I should consider using a background task. What is right now and what should I do for my app that might get only used once every two months (but the notification tiles have to be on the whole time)?
Thank you for your help!