UWP Unable to register app for Windows Store release

隐身守侯 提交于 2019-12-12 03:49:56

问题


I have a C# app targeting UWP Desktop & Mobile platforms. I want to run WACK tests prior to submitting app to store. I am trying to create app package by following the steps mentioned in this MSDN page
When ever I try to reserve a name for my app, I am getting the following error:

An unexpected error occurred when attempting to reserve the app name

Since the error info is not very useful, I am clueless as to what is going wrong.
I tried with several different name but every time I get the same error.
I do not thing there is any issue with my account as I am able to login using my credentials as I see this message in VS-2015: "You are signed into Windows Store as xxx@yyy.com" This is a business account. Several members of my team use this common account to register new apps on behalf of the company.
I have checked this MSDN Forum page. I followed steps mentioned in the solution, unfortunately Microsoft Application Registration Portal doesnt seem to recognize my account xxx@yyy.com


回答1:


When ever I try to reserve a name for my app, I am getting the following error: An unexpected error occurred when attempting to reserve the app name

You will get this error when the name you are preserving has been reserved by someone.

According to first paragraph of Create your app by reserving a name:

Each reserved name must be unique throughout the entire Store.

You can check the availability of your app name by:

Logging in to DashBoard->Create a new App->Check availability.



来源:https://stackoverflow.com/questions/38856582/uwp-unable-to-register-app-for-windows-store-release

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!