问题描述
我正在将Windows Phone 8应用提交到应用商店,当我单击查看并提交时,出现错误:This package is using an app name that hasn't been reserved for this app
I am submitting Windows Phone 8 app to app store, when I click on Review And Submit I get the Error : This package is using an app name that hasn't been reserved for this app
在我的WPAppManifest.xml
文件中:
显示名称为:GS值//仅作为示例
Display Name is : GS Value // just an example
此处GS具有全球服务"的完整格式,如果我在应用列表屏幕中使用此名称,则文字会被剪切掉,因此我将其设置为"GS值".
Here GS has full form as Global Service, if I use this name in app list screen the text cuts so I have made it as GS Value.
提交应用程序时,我已将名称保留为Global Service : Value
.
And when I am submitting the app I have reserved the name as Global Service : Value
.
所以我在WPAppManifest.xml
中的Display name
和我的Reserve name
应该相同吗?还有Package identity name
的用途是什么?
So my Display name
in WPAppManifest.xml
and my Reserve name
should be same? And also what is the use of Package identity name
?
我该如何解决?
推荐答案
R.是.它必须与您的应用清单软件包中的名称相同.
R. Yes. It has to be the same name in your App Manifest Package.
身份中的名称字段是程序包的名称,您可以使用 DisplayName 将名称显示给用户.
The Name field from Identity is the name of the package and you can use DisplayName to display the the name to users.
这篇关于WP8-该软件包使用的应用名称尚未为此应用保留的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!