简体   繁体   English

Windows应用商店-更改Windows Phone 8.1应用名称

[英]Windows Store - Change Windows Phone 8.1 App Name

We tested a application on a test account, and now we want to release it on a production account. 我们在测试帐户上测试了一个应用程序,现在我们希望在生产帐户上发布它。

Problem is, we reserved and used the actual name with the test account and we now want to use the same on production account, but it is blocked via our test account. 问题是,我们保留了实际名称并将其与测试帐户一起使用,现在我们希望在生产帐户中使用该名称,但是该名称已通过我们的测试帐户被阻止。

The application is un-deletable (Microsoft itself wrote article which states that) it can only be hidden. 该应用程序不可删除(Microsoft自己写了一篇文章指出),只能将其隐藏。

Therefore I was thinking about reserving a new name in Manage App Names, use it, and then delete the old one. 因此,我正在考虑在“管理应用程序名称”中保留一个新名称,使用它,然后删除旧名称。 However, I can't figure out how to do this using Visual Studio 2013). 但是,我不知道如何使用Visual Studio 2013执行此操作。

Lets say I have name X . 可以说我叫X I reserved name Y in the store (for the same app). 我在商店(对于同一应用程序)中保留了名称Y

In Visual Studio: 在Visual Studio中:

  • Right click on Project -> Properties -> Assembly , name changed to Y 右键单击Project -> Properties -> Assembly ,名称更改为Y
  • Display name in Package.appxmanifest changed to Y Package.appxmanifest显示名称更改为Y

Submitted to store - nothing changed, it still says that app name X is in use. 已提交存储-没有任何更改,它仍然表明应用名称X正在使用。

I did not find App Name property, but I supposed the assembly is it now? 我没有找到“ App Name属性,但我想现在是程序集吗?

Because in some older tutorial I saw "app name" at the same position as the Assembly now. 因为在一些较旧的教程中,我看到“应用程序名称”与现在的Assembly位于同一位置。

What you are looking for can't be solved in Visual Studio. 您正在寻找的内容无法在Visual Studio中解决。

My understanding is your have name X reserved on a test account, and you want name X to be on a production account. 我的理解是,您在测试帐户中保留了名称X,并且您希望在生产帐户中使用名称X。

This is transferring an app to a different publisher (Test account and Production account are different, hince different publishers even though you own both) 这会将应用程序转移到其他发布者(测试帐户和生产帐户不同,即使您同时拥有这两个发布者也是如此)

Open a support ticket in the Windows Dev Center, and they should be able to sort this out for you: https://dev.windows.com/en-us 在Windows Dev Center中打开支持票证,他们应该能够为您解决此问题: https : //dev.windows.com/zh-cn

For achieving this you need to remove the reserved name from test account and then reserve this name in production account. 为此,您需要从测试帐户中删除保留名称,然后在生产帐户中保留该名称。

For reserving app name in Windows Store first login with the Microsoft account and go to Windows apps dashboard for your account and click on app name to go to app details and on left side click on App Management and then click on Manage app names here you can reserve a new name and also delete the unused app name. 要在Windows Store中保留应用程序名称,请先使用Microsoft帐户登录,然后为您的帐户转到Windows应用程序仪表板,然后单击应用程序名称以转到应用程序详细信息,然后单击左侧的“ 应用程序管理” ,然后单击“ 管理应用程序名称”。保留新名称,并删除未使用的应用程序名称。 For further information Check this microsoft link . 有关更多信息, 请检查此Microsoft链接 Hope it helps. 希望能帮助到你。

I actually fixed it. 我实际上已经解决了。

I opened file "Package.StoreAssociation.xml" and I changed ReservedName value in bottom of this file to Y 我打开文件“ Package.StoreAssociation.xml”,并将该文件底部的ReservedName值更改为Y

I also changed the Package.appxmanifest->Packaging->Packade display name to Y 我也将Package.appxmanifest-> Packaging-> Packade显示名称更改为Y

Also if you expand Properties, there is AssemblyInfo, I changed the AssemblyTitle and AssemblyProduct to Y 另外,如果展开“属性”,则有AssemblyInfo,我将AssemblyTitle和AssemblyProduct更改为Y

With the thing I already did : 我已经做过的事情:

  • Right click on Project -> Properties -> Assembly , name changed to Y 右键单击Project -> Properties -> Assembly ,名称更改为Y
  • Display name in Package.appxmanifest changed to Y Package.appxmanifest显示名称更改为Y

I created bundle and uploaded it as new submission to Windows Store and then publish it. 我创建了捆绑软件,并将其作为新提交上传到Windows应用商店,然后发布。 After this, the used reserved name changed from X to Y and I was able to delete X and then reuse him at production account. 此后,使用的保留名称从X更改为Y ,我可以删除X ,然后在生产帐户中重新使用它。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM