Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Store App URLs at ms-windows-store:// - Broken Now?

Recently the Windows Store and Windows Phone Store have merged as you might have seen on the developer portal, the user-facing Windows Store website, etc.

Since this has happened, a few links we have been using in our apps have stopped working.

Such as:

  • Link to our publisher page - ms-windows-store:search?publisher=OurPublisherName
  • Link to rate/review our app - ms-windows-store:reviewapp?appid=OurAppId

Documentation on these are here. Anyone else having this trouble?

like image 825
jonathanpeppers Avatar asked Nov 21 '25 01:11

jonathanpeppers


1 Answers

I was able to solve these issues with URLs of the format:

  • Publisher page - ms-windows-store:Publisher?name=OurPublisherName
  • Review page - ms-windows-store:Review?PFN=OurPackageFamilyName

To find these values on your account, login to the new Windows Dev Center | Select Your App | App Overview | Scroll down to App Identity.

Package/Properties/PublisherDisplayName will display your publisher name. Be sure to replace any spaces with %20. Package Family Name (PFN) is the PFN for this app.

like image 109
jonathanpeppers Avatar answered Nov 23 '25 15:11

jonathanpeppers



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!