Error:3201 during Cordova App deployment on Windows
Error:3201 during Cordova App deployment on Windows
我正在尝试创建 cordova 应用程序包。
应用程序通过了本地验证,但在文件上传时出现以下错误:
3201: The publisher display name, $username$, specified in the package
doesn’t match the publisher name, My App, that’s associated with the developer account.
它看起来像我在每个构建过程中生成的 AppxManifest.xml 文件将“$username$”放在发布者显示名称中。
有什么办法可以解决这个问题吗?
您可以使用本机项目为 Windows 商店创建应用程序包。请参阅 this on using windows native project to create store package. You can also try Visual Studio 2015 CTP6,其中修复了此问题。
我正在尝试创建 cordova 应用程序包。 应用程序通过了本地验证,但在文件上传时出现以下错误:
3201: The publisher display name, $username$, specified in the package
doesn’t match the publisher name, My App, that’s associated with the developer account.
它看起来像我在每个构建过程中生成的 AppxManifest.xml 文件将“$username$”放在发布者显示名称中。
有什么办法可以解决这个问题吗?
您可以使用本机项目为 Windows 商店创建应用程序包。请参阅 this on using windows native project to create store package. You can also try Visual Studio 2015 CTP6,其中修复了此问题。