When you publish an application on the marketpace, you may access it by link http://windowsphone.com/s?appid=GUIDOfApplication which redirects to application's page on the market. I know that that it is possible to link directly to "rate and review". So, what is that link?
相关问题
- An error is occur when we use navigation to move o
- binding font-awesome character in XAML to Text
- Windows Phone 7 call ASMX web service
- Can windows phone 7 microphone detect frequencies
- How to show/hide (with animation if possible) a Ch
相关文章
- Working with hmacsha256 in windows store app
- WP7 Alert dialog
- Add Service Reference and Add Web Reference?
- Scrollviewer & SIP Issue (WP7.5 Mango)
- Database for Windows Phone 7 [closed]
- Windows phone 7: how to post tweet to twitter
- How to Play youtube videos in windows phone 7?
- Passing objects between classes in Windows Phone/C
From within your app you can call the
MarketplaceReviewTask
. As far as I know it's not possible to rate and review an application unless you have it installed on your phone.Obviously until you publish your app to Marketplace this will give an error as the phone can't find your app in Marketplace.
See MSDN docs for more detail.