I have created a few apps for the Windows Store and wish to provide a link in my About Page such that users can go straight to the download page of my other apps in the windows 8 store thereby facilitating easy lookup of my apps. Any idea how to do this ? I am using HTML5/Javascript.
Share
You have to use ms-windows-store protocol, I did that by looking at store web page preview, in my case :
http://apps.microsoft.com/webpdp/hr-HR/app/coolinarika/b44b0383-dc60-430c-9461-58b2ada70042
and if you look at the source that url is constructed like this :
and then application ID is added, my case is this :
try to copy / paste link above into IE and it will open windows store with our app.
And here is a official way to do it :
http://msdn.microsoft.com/en-us/library/windows/apps/hh974767.aspx