I've tried to submit app for Windows store, but after review it was declined with this notification:
Desktop Bridge Apps: 98 Restricted Capability
Notes To Developer
You do not have approval to use the following restricted capabilities: runFullTrust. Please remove this capability from your application and resubmit.
I packaged my app as it was written in Microsoft's tutorial for Desktop App Converter (DAC). Moreover, tutorial says also:
For desktop apps that you package by using the desktop bridge, you'll have to add the runFullTrust capability.
But why tutorial says "add runFullTrust" and then reviewer declines my submission, because of added runFullTrust? I described in submission why I needed this capability, but seems like it has no influence on decision. P.S. My app was created using electron framework and uses chromium engine to show internet pages within my app.