UWP 无法为 Windows 商店发布注册应用

UWP Unable to register app for Windows Store release

我有一个针对 UWP 桌面和移动平台的 C# 应用程序。我想在将应用程序提交到商店之前进行 运行 WACK 测试。我正在尝试按照此 MSDN page 中提到的步骤创建应用程序包
每当我尝试为我的应用保留名称时,我都会收到以下错误:

An unexpected error occurred when attempting to reserve the app name

由于错误信息不是很有用,我不知道出了什么问题。
我尝试了几个不同的名称,但每次都出现相同的错误。
我不认为我的帐户有任何问题,因为我可以使用我的凭据登录,因为我在 VS-2015 中看到此消息:“您已登录 Windows存储为 xxx@yyy.com" 这是一个企业帐户。我团队的几名成员使用这个公共帐户代表公司注册新应用程序。
我检查过这个 MSDN Forum page. I followed steps mentioned in the solution, unfortunately Microsoft Application Registration Portal 似乎不认识我的帐户 xxx@yyy.com

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

当您保留的名称已被某人保留时,您将收到此错误。

根据Create your app by reserving a name第一段:

Each reserved name must be unique throughout the entire Store.

您可以通过以下方式检查您的应用名称的可用性:

登录DashBoard->创建新应用->检查可用性。