Allowing the User to Review Your App Using the MarketplaceReviewTask

The Marketplace review task is used to launch the built-in Marketplace application. A review page allows the user to enter a text review for the current app and give it a rating out of five. The user can also see the average rating of the application by other users.

The MarketplaceReviewTask has no settable properties and is launched like so:

MarketplaceReviewTask task = new MarketplaceReviewTask();task.Show();

Sample Overview

Example code for the MarketplaceReviewTask can be found in the MarketplaceViewModel in the downloadable sample code. The MarketPlaceView uses a button to execute an ICommand called ReviewCommand in the viewmodel.

The reviewCommand ...

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.