Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

remove runFullTrust capability from flutter Windows application

I have developed a windows application in flutter. it seems to be a Win32 app by default and it includes "runFullTrust" capability in it by default and my application doesn't need this capability. i have tried many ways to remove this capability but i failed to do so. i am building msix of application with msix flutter package.

when publishing the app on microsoft store it says your app includes runFullTrust capability, give some solid reasons why you have included it. so as my app doesn't need this particular capability it is making a hurdle for me. can anyone tell me how to remove this capability from my code?

Regards

like image 625
Muteeb Rehman Avatar asked Jun 27 '26 15:06

Muteeb Rehman


1 Answers

I've just published my flutter app to the Microsoft Store with the same warning. I provided the following explanation to the reviewer:

"This app was built using Flutter. There is no way to change this setting. Flutter builds win32 apps in this way using an official msix dart package."

And it looks like it worked. The app is now with status "In the Microsoft Store" and link does work, app is visible.

like image 194
Yurii iOS Dev Avatar answered Jun 30 '26 08:06

Yurii iOS Dev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!