如何在市场上打开来自同一发行商的应用程序列表? [英] How to open the list of apps from the same publisher on the marketplace?

查看:31
本文介绍了如何在市场上打开来自同一发行商的应用程序列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

打开网址http://www.windowsphone.com/en-GB/store/publishers?publisherId=" 在浏览器中打开,不会进入内置商店应用程序.是否有任何自定义网址?

Opening the url "http://www.windowsphone.com/en-GB/store/publishers?publisherId=" opens in the browser, doesn't go the built-in store app. Is there any custom url for this?

使用带有我的发行商名称的 MarketplaceSearchTask 作为搜索词也不起作用,其他发行商的其他应用也会出现

Using a MarketplaceSearchTask with my publisher name as the search term also doesn't work, other apps from other publishers also appear

推荐答案

我知道这篇文章有点老,但我和很多人一样面临这个问题.

I know this post is little old, but I'm facing this issue as many do.

Microsoft 不提供仅使用发布者应用打开市场的选项.

Microsoft doesn't offer an option to open market place with only publisher apps.

搜索是个好主意,但它会显示您的应用程序和可能的其他应用程序.

Search is not bad idea but it will show your apps and possibly other apps.

也许最好的解决方案是执行以下操作

maybe the best solution is to do the following

WebBrowserTask webBrowserTask = new WebBrowserTask();

webBrowserTask.Uri = new Uri("http://www.windowsphone.com/en-GB/store/publishers?publisherId=Phonemenon", UriKind.Absolute);

webBrowserTask.Show();

但再次这样它会打开浏览器而不是市场

but again this way it will open the browser not the market place

这篇关于如何在市场上打开来自同一发行商的应用程序列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆