If I write an app with an in-app purchase based on code at the link below, and the code is bundled in an MSIX installer, may it be in the Microsoft Store?
Store sample
https://learn.microsoft.com/en-us/samples/microsoft/windows-universal-samples/store/
I know that might seem an odd question. I ask that because previously I coded an app with an EXE installer, and the page for EXE installers specifically stated how to do in-app purchased in the Microsoft Store. Then later, I was told that apps with EXE installers could no longer use Microsoft Windows.Services.Store code. This was apparently a change Microsoft made after I joined the Microsoft developer program.
I recently heard something about UWP applications no longer being supported? I'm not sure I understood the context. I don't know much about UWP applications. I think they're apps that use XML to specify the user interface.
I don't want to develop code if I cannot put it on the Microsoft Store.
Note, this is the only code I have found that handles Windows.Services.Store that I can get to compile and link with Visual Studio 2022 Community Edition.
I have not yet tried to put the code ins a C# Windows Forms application. I'm not sure how much this is tied to UWP.
If this code cannot be used, I might have to install Visual Studio 2019 Community Edition.