如何让Windows 10 Store“忘记"用于测试目的的应用程序下载?

问题描述:

我正在测试转换为 UWP 的 Win32 应用程序,所以我对整个 Windows 10 应用商店概念还是陌生的.

I'm testing my Win32 app converted to UWP, so I'm new to the whole Windows 10 Store concept.

到目前为止,我的应用已获得认证通过私人链接在商店中发布.现在我想下载并测试它,但有一个问题.

So far I was able to get my app certified & published in the store via a private link. Now I would like to download and test it, but there's an issue.

当有人第一次看到该应用时,它有以下选项:

The first time someone sees the app it has the following options:

但是一旦你得到它,你所看到的就是这个:

but once you get it, all you see is this:

即使您使用不同的 Microsoft 帐户(在同一台计算机上)登录,或者之前卸载了该应用程序,您也会得到:

and even if you log in under a different Microsoft account (on the same computer), or previously uninstall the app, you get this:

在这种情况下,免费试用"只是安装它而无需试用.

and "free trial" simply installs it w/o a trial in that case.

所以我的问题是,如何让 Windows 应用商店忘记"我有这个应用程序?

So my question is, how do I make Windows Store "forget" that I have this app?

如果您购买了该应用,则无法撤消,但您始终可以创建一个从未购买过的新用户进行测试.

If you have bought the app you can't undo that, but you can always create a new user who has never bought for the testing purpose.

Windows 应用商店用于真实交易而非测试.如果你想测试,你应该有一个使用 CurrentAppSimulator 而不是 CurrentApp

Windows Store is for real transactions and not for testing. If you want to test, you should have a custom build that uses CurrentAppSimulator instead of CurrentApp