I have an application which leverages push notification. When the application receives tile notifications with the background image pointing to images bundled as resources with the xap, the images are nicely loaded on the pinned tile. Furthermore, i tested with the app running the possibility of loading an image on the pinned tile with the file stored in isolated storage at Shared/ShellContent and that works too. The URI schema i used this is 'isostore:' However, when i try to give that URI or any other combinations of it in the XML of my Tile Notification, i am unable to load the referred images.
I checked the docs in MSDN but to no avail. Would someone know if it is at all possible? Thanks in advance.
Cheers