I would like to create a Live Tile that cycles through 2-3 different kinds of content. Is there a way to alter the XML schema of the "Tile Update" XML that I can provide in the app's manifest "URI Template" field?
I understand that I can provide the XML of a particular sized live tile template in the "URI Template" XML, but can I provide a few different versions of the same sized live tile for the purpose of the live tile to cycle through those templates?
My app is like a news app. I'd like to show 2-3 stories in the live tile that cycle one after another. I understand I can set up notifications in the code of the app, but I was wondering if I can skip that step and just place the 2-3 notifications in the
static "URI Template" XML that I can set in the app's manifest.