I am trying to develop a windows phone control which is supposed to report the last state of itself to a server. But when the user presses home or back button application is suspended before the http request is completed.
How can i do this? Is it possible to make a synchronous http call in BackKeyPress, Navigating, Navigated events?
Thank You...