Hey @Stefan! The PurchaserInfo object will only contain the Entitlements that the customer has purchased - so creating a new Entitlement in the dashboard won’t directly unlock it for customers.
Ryan, thank you. Indeed this makes sense. However, the PurchaserInfo returns 2 entitlements of which only 1 is active. The one inactive is added because at some point, it was active? It’s some sort of history?
However, the PurchaserInfo returns 2 entitlements of which only 1 is active. The one inactive is added because at some point, it was active? It’s some sort of history?
Yup! Entitlements never go away, they’ll just expire once the subscription has lapsed. You can use this to tell if a customer was previously subscribed. Maybe offer them a lower priced product to get them to sign up again or send them a feedback survey :)
Thank you for clarifying that.