[Desktop Bridge][WPF] StoreContext.RequestPurchaseAsync returns NotPurchased

DY_25 1 Reputation point
2020-10-27T02:17:11.347+00:00

I created an app with Desktop Bridge (WPF) and used StoreContext to try to purchase features within the app.
The steps are as follows:

  1. Get a list of addons and display them in the local client window.
  2. Call StoreContext.RequestPurchaseAsync(StoreId), then will pop up a Microsoft window.
  3. Complete the remaining process for purchases.

On most computers, the purchase process can be completed properly.
But we had a problem with a small number of computers, and the problem occurred in the second step, after calling StoreContext.RequestPurchaseAsync(storeId),
the Microsoft window opens and closes quickly, and then we could receive the result "StorePurchaseStatus.NotPurchased" from StoreContext.RequestPurchaseAsync(storeId).

So, what's going to happen to this problem?

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,671 questions
{count} votes

1 answer

Sort by: Most helpful
  1. tscholl89 1 Reputation point
    2021-02-22T07:34:01.7+00:00

    I am gettng the same report from some users.
    Did you resolve this?

    0 comments No comments