UWP In-App purchase Add-on licensing issue on subscriptions
![](https://techprofile.blob.core.windows.net/images/hmLvpAFAAwAAAAAAAAAAAA.png?8D8285)
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.
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.