windows phone 8 - How to use MarketPlaceReviewTask in a WindowsPhone 8.1 project? -


in windows phone 8.1 project add "rate app" , "view other apps" options couldn't. know how code windows phone 8.1 silverlight project, couldn't on here. know how use in wp 8.1?

using microsoft.phone.tasks;  marketplacereviewtask marketplacereviewtask = new marketplacereviewtask(); marketplacereviewtask.show(); 

it's one-liner now:

launcher.launchuriasync(new uri("ms-windows-store:reviewapp?appid=" + currentapp.appid)); 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -