I recently created an app for windows phone 7 and in final stage of development lets assume that its version is 1.0.. I can check if any update is available(eg. v1.1) through my website which returns a json. And if an update is available the user can download and install the update.
How do i setup it to automatically update it’s version. i.e user just need to click OK if it prompts for an update and no need to go to marketplace..
Having determined that there is an update for the user, you could inform the user, and then show the
MarketplaceDetailTaskto enable the user to update the application.NOTE: To show the details for the current application, you do not need to specify a value for the ContentIdentifier property.