摘要:
您可以使用来自Windows.Phone.Management.Deployment命名空间的 API 来确定,来自您的发布者 ID 的其他应用是否安装在手机上。如果已经安装,您也可以使用该 API 启动它们。为了演示,以下示例枚举当前发布者 ID 的所有应用,并在枚举中启动第一个应用(除非该应用恰... 阅读全文
摘要:
var uri = new Uri(string.Format(@"ms-windows-store:navigate?appid={0}", appid));商店根据appid跳转var uri = new Uri(string.Format(@"ms-windows-store:search?k... 阅读全文