windows phone 8 - How to use MarketPlaceReviewTask in a WindowsPhone 8.1 project? -
this question has answer here:
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
Post a Comment