i have a problem.
i’m using the background agend to update my live tile.
now i want to extend this feature and get a integer from the main app. this integer change often and so i would like to get access to the app from the background agend.
the problem is, that i have a reference from the app to the background abend, so i can not add a reference in the background agend to the app.
how can i find a solution?
Main app could save this Integer to Isolated Storage. Background agent can access it when needed.