Reputation: 1180
When the user is hinted to rate the application using tasks, is there any way that I can check whether the user actually rated the app? Or had just exit the marketplace before rating?
Upvotes: 1
Views: 719
Reputation: 4464
I don't believe so. I assume you are using the MarketPlaceReviewTask class? If so, the only method you really have available is .Show() which does not have a return. There is also another SO question about this as well which has the same conclusion: Is there a way to check if a user has really rated your app?
Here is a link to the MSDN reference:
Upvotes: 2