I am writing a WP7 application and I have code to ask the user about viewing the market every five starts with an exponential deviation, so it is less annoying. If the user clicks βokβ in the βDo you want to viewβ message box, I run the browse task and I save that the user has viewed the application, so I donβt ask anymore.
var marketplaceReviewTask = new MarketplaceReviewTask(); marketplaceReviewTask.Show(); IsolatedStorageSettings.ApplicationSettings["HasReviewed"] = true;
However, although they probably really appreciated the app, I'm not really 100% sure. Is there a way to check if the current user actually wrote a review? Does the MarketplaceReviewTask () property have a value of returnvalue? I could not find anything that would indicate that I could listen to him.
source share