876 questions
0 votes
0 answers
18 views
Microsoft Store (Windows.Store.Services) How to handle and test parental authorisation for in-app purchases?
Using the C++/WinRT APIs for Microsoft Store apps (Windows.Store.Services), what is the flow for in-app purchases that require parental authorisation, and how do I test this? Flow: User attempts ...
0 votes
0 answers
30 views
Add-On not visible in UWP App but declared in MSFT Partner Store
There are two add-ons defined for my UWP app in the MSFT Partner Store. These worked until I had to cut a new local code signing certificate. I used my StoreID as the CN. Now they are no longer ...
0 votes
0 answers
134 views
How to distinguish between legacy paid users and new free users with subscriptions in a Microsoft Store app?
I have a Windows Desktop app published in the Microsoft Store. It was previously sold at a fixed price ($85), and some users purchased it. Now, I want to make the app free to download, but limit the ...
0 votes
0 answers
57 views
StoreContext.GetAppLicenseAsync() returns false for active subscription in MSIX CLI
I'm building a WinRT CLI wrapper in C# that checks if a user owns an active Microsoft Store subscription add-on. This CLI is called from an Electron + React.js app using command-line arguments and ...
0 votes
0 answers
29 views
Is there any way to identify the user/customer in a Windows Store App with purchasable add-ons?
I have a WPF app in the Windows Store, and it's using the Windows App SDK, so that I can use the StoreContext to handle subscription and consumable add-on purchases. I'm also using the Microsoft Store ...
0 votes
0 answers
60 views
custom icon not appearing in windows appx build
I am creating a react / electron desktop app for mac/windows/linux. When I run my electron-builder command npm run build it creates the dist/ folder containing my windows builds. It creates windows ...
1 vote
1 answer
71 views
Windows App Store Acquisitions data feed is missing almost all of the fields
I'm fetching sales data using the analytics json feed described here: https://learn.microsoft.com/en-us/windows/uwp/monetize/acquisitions-data I'm able to successfully login and I can successfully ...
0 votes
1 answer
51 views
StoreBroker on Windows 2016 doesn´t authenticate
i want to use StoreBroker in a TFS Build-Pipeline fow publishing a app into the windows store. for this i use following script: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]:...
0 votes
0 answers
81 views
Errors when publishing Delphi 10.1 Berlin application to the Microsoft Store with .msix or .msixbundle
I have created a .msix for my Delphi app, which installs fine locally, and WACK (Windows App Certification Kit) passes with no blocking issues. I have checked that the AppxManifest.xml identity and ...
1 vote
0 answers
106 views
Application Installation issue from the Microsoft store
Our application was developed using UWP and submitted to the Microsoft store. According to the Microsoft partner center, there has been a significant drop in the installation of our app (the decline ...
0 votes
0 answers
104 views
Microsoft App Store is rejecting build with error code 1201
I am working on an UWP app. I am facing issue while making a release submission to Microsoft App store. App Store rejects the submission by mentioning error code 1201. The same app is already in the ...
0 votes
1 answer
278 views
Cannot publish .NET maui application to Windows store or sideload
I have a .NET Maui application that I want to publish to the Windows store. In the new .NET 8 template, I am seeing the following line for targeting windows <TargetFrameworks Condition="$([...
0 votes
0 answers
65 views
EventID 1002 When Microsoft Store Updates Application, using C++ MFC
I have a C++ MFC application, which hangs when the application is updated via the Microsoft Store. After the update the application is not running. How can I ensure the application keeps running after ...
1 vote
0 answers
117 views
Blank pop up appears when buying subscription products from Microsoft store. UWP, MS Subscriptions, Unity
I am currently experiencing a problem with Microsoft store API (Windows.Services.Store) in Unity UWP build of the game. I have my own API built on top of Windows.Services.Store Situation is as ...
0 votes
1 answer
47 views
Submission for UWP App update not possible
I want to update my app and have created a new submission in Partner Central. Every single item checks out, but the Submit button is greyed out with the error "Please review and address any ...