My UWP app gets a bad review because it can only be installed through Microsoft Store

Jos Huybrighs 336 Reputation points
2019-12-16T15:50:47.267+00:00

Interesting observation: my app gets a bad (1) review because the user doesn't like to provide a Microsoft account in order to install it through the Microsoft Store.
What can I do about that? Can I remove such a review (although I actually don't care so much about this as long as not everyone is doing this).

Also not sure if this is the right forum for this type of question.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Xiaodi Yan 876 Reputation points MVP
    2019-12-16T20:39:49.23+00:00

    Hi, I don't think you need to worry about that. That's the limitation of WIndows, not your app. Just ignore it or reply to the review and explain why the user must use MS account to download apps from Windows Store.

    Or, you could publish a traditional exe file if your app has no specific dependencies of UWP APIs and MS account. But that means you have to rewrite it by WPF or something else. I don't think it's worth at the moment.

    I also noticed that some traditional free software, such as Ditto - I use it every day - it published a Windows Store version. That's an interesting trend.

    Basically, I think you could make decisions for your most valuable users. I don't mean the user who left the bad comment is not valuable. But you need to consider your cost and benefit from your effort.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Scott Kuhl 1 Reputation point
    2019-12-19T04:40:20.59+00:00

    It is possible to create an installer for UWP apps now so you don't have to go through the store. I'm not sure if this route makes sense for you or not.

    https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps

    0 comments No comments