Windows Store doesn't let to submit app with runFullTrust

半世苍凉 提交于 2019-12-01 08:22:36

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/51684258/windows-store-doesnt-let-to-submit-app-with-runfulltrust

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