如何为我的通用应用项目设置目标设备系列

如何为我的通用应用项目设置目标设备系列

问题描述:

我制作了一个通用应用程序,但我只想为桌面而不是手机发布它.我还有一个同名的 Windows Phone 8 应用程序,我想为所有 Windows Phone 8.1 和 Windows Phone 8 用户保留该应用程序.我怎样才能做到这一点?商店似乎没有任何选项允许这样做.

I made an Universal App but I only want to publish it for Desktops and not for Phones yet. I also have a Windows Phone 8 App of the same name that I want to keep for all windows phone 8.1 and windows phone 8 Users. How can I accomplish this? The store just doesn't seem to have any options to allow this.

有什么帮助吗?

Windows 10 Mobile 仍处于预览阶段.只有桌面有 RTMed.当移动可用时,仪表板上应该有一个复选框.请参阅 https://msdn.microsoft.com/en-ca/上的设备系列library/windows/apps/mt148548.aspx#dist_vis

Windows 10 Mobile is still in preview. Only Desktop has RTMed. When Mobile is available there should be a checkbox on the dashboard. See Device families at https://msdn.microsoft.com/en-ca/library/windows/apps/mt148548.aspx#dist_vis

您还可以限制清单中的 DeviceFamily.请参阅 https://msdn.microsoft.com/en-us/library/windows/apps/dn986903.aspx

You can also limit the DeviceFamily in your manifest. See https://msdn.microsoft.com/en-us/library/windows/apps/dn986903.aspx

Windows 10 应用程序不会在 Windows Phone 8.1 上运行,因此即使 Windows 10 移动应用程序已发布,这些用户也将获得 8.1 版本

The Windows 10 app won't run on Windows Phone 8.1 so those users will get the 8.1 version even once the Windows 10 Mobile app is p published