I would like to create an Auto Updating Adaptive live tile in windows 10. I have a webservice i need to call to get the status of a few things and return and i would like to be able to publish that to the tile, if the user clicks the tile it opens a hyperlink (to a SAAS Solution)
I have spent some time googling and i have spent some time going through MSDN and i've found all the stuff on tile notifications and the XML to produce the actual tile, i know it needs to go into a UWP project, however i cannot for the life of me figure out where in that project it needs to go, or what actually calls the updating etc, i'm not creating an app that runs on the client as far as i'm aware? i just want a live tile that i can update content on every 30 minutes from a custom web service.
Does anyone know of an example (preferably c#, though any .NET language would probably be fine and i can backwards engineer) of how to do this?
Thanks!