将包提交到windows phone应用商店时出现无效的包标识错误

将包提交到windows phone应用商店时出现无效的包标识错误,windows,windows-phone-8,windows-phone-8.1,windows-store-apps,Windows,Windows Phone 8,Windows Phone 8.1,Windows Store Apps,在重新定位到windows phone 8.1后提交更新包时需要一些帮助 在visual studio中加载解决方案后,单击“重定目标到windows phone 8.1”。后来创建了AppxManifest文件,现在我对应用程序代码进行了更改并构建了XAP。当我在windows phone应用商店中提交此版本时,我遇到以下错误: Invalid package identity name: 2xxxxxxx-xxxx-xxxx-bxxx-xxxxxxxxxxxx (expected:) Inv

在重新定位到windows phone 8.1后提交更新包时需要一些帮助

在visual studio中加载解决方案后,单击“重定目标到windows phone 8.1”。后来创建了AppxManifest文件,现在我对应用程序代码进行了更改并构建了XAP。当我在windows phone应用商店中提交此版本时,我遇到以下错误:

Invalid package identity name: 2xxxxxxx-xxxx-xxxx-bxxx-xxxxxxxxxxxx (expected:)
Invalid package family name: 2xxxxxxx-xxxx-xxxx-bxxx-xxxxxxxxxxxx_m0ezkffm1mfsc (expected:)

请帮助我提交此XAP。我缺少什么或应该修改什么?

当您从(我假设已发布)Windows 8应用程序转换为Windows 8.1应用程序时,某些设置可能与上载到应用商店的以前的应用程序不匹配

请尝试在新的Package.appxmanifest文件中仔细检查mp:PhoneIdentity的PhoneProductID属性是否映射到已发布的Windows 8应用程序的ProductID。与PhonePublisherID和PublisherID相同

您可能会发现本指南很有用:

我对windows phone 8.1中实现的新软件包标识感到困惑。我所做的只是在商店里保留了一个名字[我没有为windows phone 8.0应用程序这么做]。然后创建了一个包标识。我复制并将其放入package.appxmanifest中,然后重新构建应用程序,从而解决了错误


谢谢

您创建了哪个应用程序Windows Phone 8.1(Silverlight/WinRT)?