IAP license is lost after Windows 10 is updated to 1909 18363.815

Hong 1,141 Reputation points
2020-04-28T23:40:59.053+00:00

The app uses CurrentApp.LicenseInformation to retrieve a license. The retrieved LicenseInfo.ProductLicenses have the license, but it is not active. Many users have reported this problem. The problem can be solved by updating Windows 10 to preview 19041.208.

Could anyone shed some light on this problem?

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Fay Wang - MSFT 5,196 Reputation points
    2020-04-30T03:20:01.587+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Based on this document: In-app purchases and trials using the Windows.ApplicationModel.Store namespace, it mentions:

    The Windows.ApplicationModel.Store namespace is no longer being updated with new features. If your project targets Windows 10 Anniversary Edition (10.0; Build 14393) or a later release in Visual Studio (that is, you are targeting Windows 10, version 1607, or later), we recommend that you use the Windows.Services.Store namespace instead.

    So it is recommeded that you use Windows.Services.Store namespace instead for your In-app purchase.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful