c# - Windows Store App URLs at ms-windows-store:// - Broken Now? -
recently windows store , windows phone store have merged might have seen on developer portal, user-facing windows store website, etc.
since has happened, few links have been using in our apps have stopped working.
such as:
- link our publisher page -
ms-windows-store:search?publisher=ourpublishername
- link rate/review our app -
ms-windows-store:reviewapp?appid=ourappid
documentation on these here. else having trouble?
i able solve these issues urls of format:
- publisher page -
ms-windows-store:publisher?name=ourpublishername
- review page -
ms-windows-store:review?pfn=ourpackagefamilyname
to find these values on account, login new windows dev center | select app | app overview | scroll down app identity.
package/properties/publisherdisplayname
display publisher name. sure replace spaces %20
. package family name (pfn)
pfn app.
Comments
Post a Comment