Navigating to an App on the Marketplace with the MarketplaceDetailTask

The Marketplace detail task is used to launch the built-in Marketplace app, which shows the details page for a product specified by a unique identifier that you provide. If an identifier is not specified, the details page for the current application is shown.

The following code demonstrates how to launch the MarketplaceDetailTask:

MarketplaceDetailTask task    = new MarketplaceDetailTask        {            ContentIdentifier = "<ID>",            //ContentType = MarketplaceContentType.Applications        };task.Show();

The MarketplaceDetailTask has two properties: ContentIdentifier and ContentType. The ContentIdentifier is the unique product identifier ...

Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.