I am implementing a windows store application for windows rt. It uses a backgroundtask to update its tile. I want to be able to configure the backgroundtask and the application to use the same urls when performing work, so i want to use a unified or centralized configuration. Right now i am using some *.resw files to configure certain aspects in my Windows Store application. How can i pass this configuration to the background task?
I am implementing a windows store application for windows rt. It uses a backgroundtask
Share
Weirdly enough i answered my own question in a different thread
Using app resw file from background task