Skip to main content
PlaytoliaEntitlements tracks the permanent and the temporary unlocks that the player gets from purchases. The SDK grants an entitlement automatically when a purchase completes.

Reading entitlements

GetEntitlementByGrantId and GetEntitlementByItemId return only the valid entitlements that are not expired. A null result means that the player has no current entitlement. You do not need to read IsExpired yourself.

Reading access

PlayerEntitlement fields

Id, GrantId, Amount, CreatedAt, ExpiresAt, Product, IsExpired
CAUTION: If you use GetAllEntitlements() and filter the list yourself, read IsExpired for each entitlement. The full list includes expired entitlements. The other getters do not include them.

Listening to changes

Subscriptions

Recurring access management

In-game Stores

Purchases that grant entitlements