Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Store doesn't let to submit app with runFullTrust

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.

like image 422
Konstantin Kozirev Avatar asked Aug 04 '18 09:08

Konstantin Kozirev


People also ask

Why Google apps are not available on Windows Store?

It is really clear by the amount of Google Apps in the Windows Phone App Store that they have little or no respect for this platform. The biggest reason why the apps are not available at this time has to simply do with market share. Look at it from the perspective of the marketing giant Google.


1 Answers

The following MSDN article has more details on the submission process.

Try to follow the indications from the article and it should work. Getting the above message is normal since the app is indeed using that capability and until a few months ago a MSFT employee had to manually check and approve your app.

Today, this should go a lot faster, even if you still get the notification above. From what I know MSFT should have automated the process, just as it says in the article and only if your app does not pass their automated checks you'll have to file a request for their Store team to approve the app, after they will manually test it of course.

like image 68
Bogdan Mitrache Avatar answered Sep 19 '22 00:09

Bogdan Mitrache