Can someone provide a working example of MutablePackageDirectories for a side loaded uwp app?
Can someone provide a working example of MutablePackageDirectories for a side loaded uwp app?
About MutablePackageDirectories, what I can find is this document. Is this what you want? Could you please tell me why you want to get this?
I would like to have more control over UWP updates than the existing tools (auto-update, app center) provide. I understand this directory is how some developers (games etc) accomplish this, but when I add the line
Extension Category="windows.mutablePackageDirectories"
my UWP app refuses to compile, even on VS2019 16.5 preview
The document mentions This element is currently intended to be used only by certain types of desktop PC games that are published by Microsoft and our partners, this is not for common developers, but for Microsoft and Microsoft's partners.
9 people are following this question.
How to write and read multiple types of data using Data Writer and Data Reader
Consuming UWP mail api from WPF Desktop Bridge App
Get Network usage information in UWP apps
How to Get/Set Cookies in Windows.Web.Http API
Switch the ListView Datatemplate from one data template to another data template?