链接到windows8 metro商店APP
demo:
var uri = new Uri(@"ms-windows-store:PDP?PFN=*************");
Windows.System.Launcher.LaunchUriAsync(uri);
如果你有商店账号 ,你的应用与商店有做关联。你的appmanifest文件里面会有一个更新一个“包系列名称”。
pen后面的值就是包系列名称的值。
除此外还能链接到Updates(更新)ms-windows-store:Updates
Search(搜索)ms-windows-store:Search?query=关键词
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754822648a5204652.html
评论列表(0条)