Hey everyone,
I want to implement DLC content to my UWP app to reduce its size, with possibility to install DLC packages from code. Looks like optional packages are what I need. But to install optional package from code I need to use StoreContext.RequestDownloadAndInstallStorePackagesAsync or PackageCatalog.AddOptionalPackageAsync(). But both methods have notes, that them not avaliable to all developer accounts. Also PackageCatalog.AddOptionalPackageAsync() have a note that it can be used only for optional packages in a related set. For publish optional packages in a related set needed special permission from Windows, and answer from Windows support: "Unfortunately, they have denied the request to use optional packages with related sets".
Is there some other way to use DLC in my app?