customer's add-on UI not showing on their screen

Karhu Koti 46 Reputation points
2025-03-21T18:14:42.64+00:00

We have a user that is having problem with the add-on UI on their installation. Many many other users this works just fine.

For some reason, the purchase dialog does not appear when prompted.

He is getting this with our application and another application (not ours).

How does one best debug this ?

Br.

Developer technologies | Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Harry Vo (WICLOUD CORPORATION) 1,315 Reputation points Microsoft External Staff
    2025-08-13T02:58:57.61+00:00

    Hi @Karhu Koti

    My name is Harry, Support Engineer who specialize in UWP (Universal Windows Platform). Thank you for reaching out on Microsoft Q&A

    The crash likely occurs in the purchase dialog UI, possibly due to corrupted system components or Store SDK issues. Here are some solutions you can ask your customer to try:

    1. Freshly reinstall the application
    2. Ensure the affected device has the latest Windows updates and Microsoft Store version
    3. Reset the Windows Store cache by pressing Win + R, typing wsreset.exe, and hitting Enter.
    4. Reinstall Store Components by using PowerShell and run this command:
         Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode - Register "$($_.InstallLocation)\AppXManifest.xml"}
         
      
    5. Contact Microsoft Support using this link: https://support.microsoft.com/contactus/

    I hope this helps you get things back on track quickly! If my suggestions can solve your issue, feel free to interact with the system accordingly!

    Thank you!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.