Is Purebasic support for creating UWP (Universal Windows Platform) applications.
Did anyone have experience on submission process to Microsoft Store.
Could you point me the link for help. I search in forum for UWP but the search don't accept 3 chars word
No. You also have no access to its API. Which is all C++ only so you need flat C proxies. Seems like MS all but forgot about C api's and makes new OS functionality not available through public API's. Big mistake. But you can package and upload win32 applications to the MS store, including ones created with PB. UWP and its sandbox model is gone already as so many other things MS tried. WinUI3 is also dead-end imho, complicated layered ugly mess. Modern UI should be available for any programming language. And that dictates a flat C interface. Which isn't there.