Desktop Converter应用程序在商店提交时失败

时间:2018-01-12 11:53:19

标签: uwp windows-10 windows-store

我刚收到了我最近提交的认证报告,其中包含此声明:

App Policies: 10.3.1 App Is Not Testable
Notes To Developer
    Your app doesn’t install on one or more of your currently selected device families. Please check that your device family selection is correct and re-submit your app.

Does not install on: desktop

Tested Devices: Windows 10 Desktop

任何人都可以建议我这样做。我使用桌面应用转换器创建了捆绑包。

我检查过上一篇文章: App is not testable

但我的问题仍然没有解决,我仍然得到同样的错误,我没有得到任何有关应用程序失败的详细信息。

我使用以下命令

创建了捆绑包
makeappx pack -d "C:\Output\MyApp\PackageFiles" -p "C:\Output\MyApp\MyAppfile.appx"

并使用

签名
signtool.exe sign /a /v /fd SHA256 /f "C:\Output\MyApp\auto-generated.pfx" /p "123456" "C:\Output\MyApp\MyAppfile.appx"

使用此appx,我将appx复制到一个单独的文件夹中并创建了包

makeappx bundle /p c:\myappfile.appxbundle /d C:\Output\mypackapp

mypackapp目录包含appx文件。

0 个答案:

没有答案
相关问题