Error message about runFullTrust when loading package into store submisssion

Jerome Benhaim 21 Reputation points
2021-11-30T11:37:32.91+00:00

11/30/2021

Visual Studio 2022 17.0.1

My App: Winui 3 / C++

When I uploaded a package into a submission to the Microsoft Store, I got the following message:
"Package acceptance validation warning: The following restricted capabilities require approval before you can use them in your app: runFullTrust."

1) I have checked nothing in the Capabilities sheet of the AppManifest
2) I have selected nothing in the Declarations sheet of the AppManifest

Question: What does the message mean, what is the problem ?

Windows development Windows App SDK
Microsoft Partner Center Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-12-01T03:11:56.327+00:00

    Hello,

    Welcome to Microsoft Q&A!

    It seems that you are developing a packaged C++ WinUI 3 apps. If it is, when you package your app, it will automatically add the runFullTrust capability. You will need to provide more info in order to receive approval in the Submission Options. For each capability, tell why your app needs to declare the capability and how it is used. Be sure to provide as much detail as possible to help the store team understand why your product needs to declare the capability.

    For more information, please refer to this document: Manage submission options

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.