I'm looking for a way how I can distribute my app without windows store?
Here's new nice LOB approach to load via MS App Installer https://blogs.msdn.microsoft.com/appinstaller/2017/09/26/uwp-app-installs-from-web-via-app-installer/comment-page-1/#comment-12545
but an issue here is certification, a user should install my dev certificate to his PC and it is not unacceptable for me
And I have found 2 solutions:
1) Create old fashion installer with background installation of my dev certificate but the implementation of this approach will take a long time.
2) I can use fiddler and get my appx bundle from the Windows Store and it is what I need.
And yes, my app is in the Windows Store and I want to give more ways to download my app via the web!
And I have a logic question, is there a convenient way to get my appx signed for the windows store? Or the certificate what will be accepted by SmartScreen?