How to make Windows 10 Store “forget” an app download for testing purposes?

梦想与她 提交于 2019-12-08 08:14:39

问题


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:

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.

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


回答1:


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.

EDIT: 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



来源:https://stackoverflow.com/questions/40119090/how-to-make-windows-10-store-forget-an-app-download-for-testing-purposes

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