In our app we offer only consumable purchases.
At the start of the app once the purchases/products are loaded we call Qonversion.GetSharedInstance().CheckEntitlements() since this is what is in the documentation:
You need to call the checkEntitlements() method at the start of your app to check if a user has the required entitlement. This method will check the user's receipt and return current entitlements.
This returns already consumed purchases and their entitlements.
Note that I did not verify the boolean value of IsActive of the returned entitlement.
As far as I know consumable purchase support is still in progress, correct?
@SpertsyanKM tagging you here since you were able to help me before, apologies if this is someone elses territory.
In our app we offer only consumable purchases.
At the start of the app once the purchases/products are loaded we call
Qonversion.GetSharedInstance().CheckEntitlements()since this is what is in the documentation:You need to call the checkEntitlements() method at the start of your app to check if a user has the required entitlement. This method will check the user's receipt and return current entitlements.This returns already consumed purchases and their entitlements.
Note that I did not verify the boolean value of
IsActiveof the returned entitlement.As far as I know consumable purchase support is still in progress, correct?
@SpertsyanKM tagging you here since you were able to help me before, apologies if this is someone elses territory.