Windows 10 可以从商店下载 Windows 8.0 应用程序吗?
Can Windows 10 download Windows 8.0 app from Store?
我的 Windows 8.0 包在我的 Windows 开发中心仪表板中。我想知道 Windows 10 位用户是否可以通过 Windows 商店查看和下载我的应用程序。它似乎不起作用。
怎么做?我必须 "retarget" 我的项目到 Windows 10 吗?
是也不是。我相信它旨在得到支持,但您可能会遇到问题。需要你自己测试一下。
在网络浏览器中转到 https://www.microsoft.com/en-us/store/apps,然后找到您的应用。右键单击页面并 select 查看源代码。您可以找到类似
的描述
"Download this app from Microsoft Store for Windows 10, Windows 8,
Windows 8.1"
或者
Download this app from Microsoft Store for Windows 10, Windows 8.
一些 windows 8.0 apps/games 对我有用。
否,Windows 10 台设备将无法在 Windows 商店中看到 Windows 8.x 应用程序。
我有同样的问题,因为我只针对 Windows 8.x。我联系了 MS 支持,他们说您需要创建一个 Windows 10 包。这是我从他们那里收到的电子邮件中的回复:
I understand you are not seeing your app listed in the Win 10 Store. I've taken a closer look and I see that your app is only built for 8 and 8.1. In this situation, you would need to submit a new update that includes a Win 10 package so the Store can begin to offer it.
更新 - 对于上下文,我在此处包括我自己和 MS 支持之间的完整交流。我没有 first 支持请求的原文,但其余交流内容来自后续电子邮件。
Chue(我记忆中的文字):
我的应用程序 XYZ 执行 123。在应用程序仪表板中,我设置了关键字“123”进行搜索。我的应用程序针对 windows 8.1,而不是针对 Windows 10。在 Windows 8.1 商店应用程序中,我可以搜索“XYZ”和“123”并查看我的应用程序。但是,当我从 Windows 10 store App 执行此操作时,我没有得到任何结果。怎么了?
MS 支持(此处后的文字来自电子邮件):
我了解到您没有在 Win 10 商店中看到您的应用程序。我仔细查看了一下,发现您的应用仅针对 8 和 8.1 构建。在这种情况下,您需要提交包含 Win 10 程序包的新更新,以便商店可以开始提供它。
楚:
为什么投稿过程不说这个? ...以下内容来自 https://msdn.microsoft.com/en-us/library/windows/apps/mt148548.aspx#dist_vis
的帮助
Distribution and visibility
By default, your app will be listed in the Store for customers to find via searching, browsing, or a direct link. You can limit the app's availability by choosing a different option in the Distribution and visibility section.
If you don't want the app to be available to any new customers, you can choose Hide this app and stop selling. After the app goes through the certification process, it will no longer be available to new customers (although any customers who already have your app can still use it, and will get any updates that you publish later). You'll still see the app in your dashboard, and if you decide to make it available again, you can do so by creating a new submission and changing its Distribution and visibility setting.
If you want to prevent customers from finding your app in the Store via searching or browsing, but still make it available to a specific group of people, you have a few options. You can choose Hide this app and stop selling and then generate promotional codes to distribute to specific people on Windows 10. They can use the link and code to get your app for free, even though you aren't offering it to any other customers.
MS 支持:
对于任何误会,我深表歉意。这不是分发和可用性的问题。基本上,由于您的应用目前无法在 Windows 10 上运行,因此在 Windows 10 上搜索商店的任何客户都不会看到此应用。这是因为该应用程序不会 运行 在他们的系统上。在这种情况下,没有理由向他们展示他们无法安装的应用程序。用户 运行ning Windows 8 和 8.1 能够毫无问题地搜索、安装和 运行 您的应用。
楚:
该应用程序 运行 在 Windows 10 上运行良好。我从 10 的 Beta 版开始就一直在使用它。
MS 支持:
感谢关注。澄清一下,即使应用 运行s 在 Win 10 上运行,系统也不会将其视为兼容,除非您提交包含 Win 10 的应用程序包。此功能对于 Windows 的任何版本都是相同的.如果某个应用程序在 Win 7 上仍然 运行,应用商店将不会将其列为可用,除非该应用程序包是使用 Win 7 版本构建的。
Windows 10 个用户可以从商店下载 Windows 8.x 和 Windows 10 个应用程序。 Windows 10 个移动用户也可以下载 Windows Phone 7 个和 Windows Phone 8 个应用程序。基本上,可用于 Windows 8 的任何内容仍可用于 Windows 10。可用于 Windows Phone 8 的任何内容仍可用于 Windows ] 10手机。
您不需要为您要定位的每个平台上传包(尽管建议这样做)。商店会挑选最好的。观看 Build Talk Store: Deep Dive on Publishing Universal Windows Apps 了解更多背景信息。
如果您的用户在搜索商店时找不到您的应用程序,那么您可以为他们提供直接 URL:https://www.microsoft.com/store/apps/. See View app identity details 以获取更多信息。
您可以在应用程序 Management/App 身份下的开发中心仪表板中找到这些扩展的 URL(这是从仅限 Silverlight 的应用程序中截取的:它仍然有一个 URL Windows 10 并在 Windows 10 移动设备上运行):
我的 Windows 8.0 包在我的 Windows 开发中心仪表板中。我想知道 Windows 10 位用户是否可以通过 Windows 商店查看和下载我的应用程序。它似乎不起作用。 怎么做?我必须 "retarget" 我的项目到 Windows 10 吗?
是也不是。我相信它旨在得到支持,但您可能会遇到问题。需要你自己测试一下。
在网络浏览器中转到 https://www.microsoft.com/en-us/store/apps,然后找到您的应用。右键单击页面并 select 查看源代码。您可以找到类似
的描述"Download this app from Microsoft Store for Windows 10, Windows 8, Windows 8.1"
或者
Download this app from Microsoft Store for Windows 10, Windows 8.
一些 windows 8.0 apps/games 对我有用。
否,Windows 10 台设备将无法在 Windows 商店中看到 Windows 8.x 应用程序。
我有同样的问题,因为我只针对 Windows 8.x。我联系了 MS 支持,他们说您需要创建一个 Windows 10 包。这是我从他们那里收到的电子邮件中的回复:
I understand you are not seeing your app listed in the Win 10 Store. I've taken a closer look and I see that your app is only built for 8 and 8.1. In this situation, you would need to submit a new update that includes a Win 10 package so the Store can begin to offer it.
更新 - 对于上下文,我在此处包括我自己和 MS 支持之间的完整交流。我没有 first 支持请求的原文,但其余交流内容来自后续电子邮件。
Chue(我记忆中的文字):
我的应用程序 XYZ 执行 123。在应用程序仪表板中,我设置了关键字“123”进行搜索。我的应用程序针对 windows 8.1,而不是针对 Windows 10。在 Windows 8.1 商店应用程序中,我可以搜索“XYZ”和“123”并查看我的应用程序。但是,当我从 Windows 10 store App 执行此操作时,我没有得到任何结果。怎么了?
MS 支持(此处后的文字来自电子邮件):
我了解到您没有在 Win 10 商店中看到您的应用程序。我仔细查看了一下,发现您的应用仅针对 8 和 8.1 构建。在这种情况下,您需要提交包含 Win 10 程序包的新更新,以便商店可以开始提供它。
楚:
为什么投稿过程不说这个? ...以下内容来自 https://msdn.microsoft.com/en-us/library/windows/apps/mt148548.aspx#dist_vis
的帮助Distribution and visibility
By default, your app will be listed in the Store for customers to find via searching, browsing, or a direct link. You can limit the app's availability by choosing a different option in the Distribution and visibility section.
If you don't want the app to be available to any new customers, you can choose Hide this app and stop selling. After the app goes through the certification process, it will no longer be available to new customers (although any customers who already have your app can still use it, and will get any updates that you publish later). You'll still see the app in your dashboard, and if you decide to make it available again, you can do so by creating a new submission and changing its Distribution and visibility setting.
If you want to prevent customers from finding your app in the Store via searching or browsing, but still make it available to a specific group of people, you have a few options. You can choose Hide this app and stop selling and then generate promotional codes to distribute to specific people on Windows 10. They can use the link and code to get your app for free, even though you aren't offering it to any other customers.
MS 支持:
对于任何误会,我深表歉意。这不是分发和可用性的问题。基本上,由于您的应用目前无法在 Windows 10 上运行,因此在 Windows 10 上搜索商店的任何客户都不会看到此应用。这是因为该应用程序不会 运行 在他们的系统上。在这种情况下,没有理由向他们展示他们无法安装的应用程序。用户 运行ning Windows 8 和 8.1 能够毫无问题地搜索、安装和 运行 您的应用。
楚:
该应用程序 运行 在 Windows 10 上运行良好。我从 10 的 Beta 版开始就一直在使用它。
MS 支持:
感谢关注。澄清一下,即使应用 运行s 在 Win 10 上运行,系统也不会将其视为兼容,除非您提交包含 Win 10 的应用程序包。此功能对于 Windows 的任何版本都是相同的.如果某个应用程序在 Win 7 上仍然 运行,应用商店将不会将其列为可用,除非该应用程序包是使用 Win 7 版本构建的。
Windows 10 个用户可以从商店下载 Windows 8.x 和 Windows 10 个应用程序。 Windows 10 个移动用户也可以下载 Windows Phone 7 个和 Windows Phone 8 个应用程序。基本上,可用于 Windows 8 的任何内容仍可用于 Windows 10。可用于 Windows Phone 8 的任何内容仍可用于 Windows ] 10手机。
您不需要为您要定位的每个平台上传包(尽管建议这样做)。商店会挑选最好的。观看 Build Talk Store: Deep Dive on Publishing Universal Windows Apps 了解更多背景信息。
如果您的用户在搜索商店时找不到您的应用程序,那么您可以为他们提供直接 URL:https://www.microsoft.com/store/apps/. See View app identity details 以获取更多信息。
您可以在应用程序 Management/App 身份下的开发中心仪表板中找到这些扩展的 URL(这是从仅限 Silverlight 的应用程序中截取的:它仍然有一个 URL Windows 10 并在 Windows 10 移动设备上运行):