GetCustomerPurchaseIdAsync returns empty string
Summary The GetCustomerPurchaseIdAsync method returns an empty string when using the Windows.Services.Store namespace, and a 401 Unauthorized exception when using CurrentApp.GetCustomerPurchaseIdAsync through the Windows.ApplicationModel.Store namespace. This issue occurred after a period of successful functionality without any code changes. Root Cause The root cause of this issue is likely due to: Invalid or expired access token: … Read more