- The
runFullTrustrestricted capability itself does not mark the Submission options section as incomplete. Restricted capabilities require justification during the app submission process, but the documentation states that they are handled as part of Store onboarding policy and review, not as a blocking condition for filling out Submission options. The capability is declared in the package manifest and then explained on the Submission options page, but its presence alone is not documented as a cause for that section to remain “Incomplete”. - For restricted capabilities (including
runFullTrust), the additional requirement is to:- Declare the capability in the app package manifest using the
rescapnamespace, and - Provide information during the app submission process on how the app uses each restricted capability, on the Submission options page.
- Declare the capability in the app package manifest using the
- A UI/backend issue in Partner Center is possible but not covered in the provided documentation. The guidance for resolving submission errors focuses on:
- Ensuring the package is correctly built and signed (.msixupload/.appxupload for UWP, correct packaging for Desktop Bridge).
- Avoiding common certification failures (privacy policy, age ratings, accessibility declaration, etc.).
- Providing required information for restricted capabilities on the Submission options page.
runFullTrust. If all required questions and explanations are filled and saved, and the section still shows “Incomplete”, that aligns more with a Partner Center issue than with a documented policy rule. - The available documentation does not expose any Partner Center logs or detailed validation traces for the Submission options page. What is documented instead is:
- For restricted capabilities, the explanation is entered on the Submission options page as part of the submission process.
- For general submission issues, the Store will surface error messages during preprocessing or certification (for example, name/identity errors, package format issues, or compilation errors), and those are described in the “Resolve submission errors” articles.
Given the documentation:
-
runFullTrustmust be declared as a restricted capability in the manifest and explained on the Submission options page. - Restricted capabilities are subject to additional Store review, but that review happens as part of certification, not as a precondition for marking Submission options complete.
- If all visible fields on Submission options are filled (including the explanation for
runFullTrust) and saved, and the section still shows “Incomplete”, this is not a documented, expected behavior and likely requires Partner Center support to investigate.
References: