简体   繁体   English

Windows 存储:您的一个包无法加密,因为目标设备系列 MinVersion 不支持加密

[英]Windows Store: One of your Packages can’t be encrypted because the targeted device family MinVersion doesn’t support encryption

When I´m uploading a package to the Windows store I´ll get the following error message:当我将 package 上传到 Windows 商店时,我会收到以下错误消息:

One or more of your packages can't be encrypted because the targeted device family MinVersion doesn't support encryption.您的一个或多个包无法加密,因为目标设备系列 MinVersion 不支持加密。 To resolve this issue, upload only packages targeting MinVersion 10.0.14393.0 or later.要解决此问题,请仅上传针对 MinVersion 10.0.14393.0 或更高版本的软件包。

My only package is set to MinVersion 10.0.14393.0 in the package-manifest like this:我唯一的 package 在包清单中设置为 MinVersion 10.0.14393.0,如下所示:

<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
    <TargetDeviceFamily Name="Windows.Xbox" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />

Could it be that Nugetpackages (I´m using PCLStorage, PCLCrypto, AWSS3SDK and some others) that are linked to the package are set to a lower minversion?难道是链接到 package 的 Nugetpackages(我正在使用 PCLStorage、PCLCrypto、AWSS3SDK 和其他一些)设置为较低的最小版本? Or why do I get this error message from the partner center?或者为什么我会从合作伙伴中心收到此错误消息?

Please change the minversion of your app a little bit higher than 14393, like 16399. That will help to avoid this issue.请将您的应用程序的最小版本更改为略高于 14393,例如 16399。这将有助于避免此问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Monogame-uwp package 无法发布到 Windows 商店,因为它仍然以 Windows.Mobile 为目标,因此无法加密 - Monogame-uwp package can´t be published to the Windows Store because it still targets Windows.Mobile and can´t be enrypted because of that 您的 project.json 未将“win10”列为目标运行时 - Your project.json doesn't list 'win10' as a targeted runtime MvvmCross无法为其他设备系列添加第二个XAML视图 - MvvmCross can't add second xaml view for other device family 无法为UWP商店提交构建应用程序包 - Can't Build app Packages for UWP store submission 无法为 Windows 应用商店构建有效的 Unity3D UWP 包,错误 MinVersion &lt;= 10.0.17134.0 - Cannot build valid Unity3D UWP package for Windows Store, error MinVersion <= 10.0.17134.0 无法测试 Windows.Services.Store 命名空间 - Can't test Windows.Services.Store namespace Windows Phone 8、8.1 和 10 Store 支持,一个带有条码扫描器的应用程序 - Windows Phone 8, 8.1 and 10 Store support with one app with barcode scanner 在Windows Dev Center中无法选择设备系列可用性复选框 - Device family availability checkboxes not selectable in Windows Dev Center 如果我的应用程序不能与Windows应用商店兼容,该怎么办? - What to do if I can't make my app compatible for the Windows Store? 无法在Windows 10 UWP中使用HIDDevice类打开HID USB设备 - Can't open a HID USB device using HIDDevice class in windows 10 UWP
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM