UWP In-App purchase Add-on licensing issue on subscriptions

Marco Enxuto 326 Reputation points
2021-04-17T03:12:39.863+00:00

Hi,
I found a little inconvenient issue regarding StoreLicense Class, when using IAPs. After calling the AddOnLicenses, which retrieves this object on its collection, the property of IsActive is true when a subscriptions is in a Canceled state.

This shouldn't be the behavior.

When a subscription is canceled, i think the value returned to the IsActive should be false. Even if it is in the grace period when the product is a trial indeed.

So, the workaround i found for now is, the implementation of a rest client to check the state of the subscription and then apply the business logic.

Also, the expirationTimeWithGrace is updated with the date of the cancelation. I think it's wrong too. Am i right?

Are you expecting to do any evolution on this namespace?

Thanks.

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
875 questions
{count} votes