The following restricted capabilities require approval before you can use them in your app: runFullTrust

Jorge Luis 15 Reputation points
2023-11-14T05:09:17.0433333+00:00

I am developing a desktop application with Flutter and have created an MSIX package for distribution on the Microsoft Store. However, during the review process, I was informed that I need to remove the runFullTrust capability from my MSIX package. I haven't added this capability explicitly in my Flutter configuration or my pubspec.yaml file.

My project currently uses Flutter's msix dependency (version 3.16.6) for MSIX package configuration, with the following configuration in pubspec.yaml:

msix_config:
  display_name: "Display Name"
  publisher_display_name: "Publisher Display Name"
  identity_name: "identity.name"
  publisher: "CN=*****..."
  msix_version: "1.0.0.0"
  logo_path: "path"
  capabilities: internetClient, webcam
  store: true

I need help understanding how runFullTrust is being added and how I can remove it from my application manifest file.
Thanks.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Your answer

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