### Describe the bug Call [StoreProduct.RequestPurchaseAsync](https://learn.microsoft.com/en-us/uwp/api/windows.services.store.storeproduct.requestpurchaseasync?view=winrt-26100#windows-services-store-storeproduct-requestpurchaseasync) to purchase Addons just always return NotPurchased when WinUI3 app run as Administrator. So user can not purchase any Addon in WinUI3 app when run as Administrator. Any workaround on this critical block issue? ### Steps to reproduce the bug 1. Create WinUI3 project to use StoreProduct.RequestPurchaseAsync 2. Run as Administrator and try to purchase. 3. Store popup will blink for a second then return NotPurchased status. ### Expected behavior User able to purchase Addons when WinUI3 app run as Administrator. ### Screenshots _No response_ ### NuGet package version Windows App SDK 1.6.3: 1.6.250108002 ### Packaging type Packaged (MSIX) ### Windows version Windows 11 version 24H2 (22621, October 2024 Update) ### IDE Visual Studio 2022 ### Additional context _No response_