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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

single sign on - Logging into Plone site with credentials passed through HTTP -