Hi,
I would like to implement a 24 hour “full access/no ads” acess to my App. It should be a one time purchase for the user and automatically expires after 24 hours. I see only the possibility to implement this with consumables.
How I would realise it:
- I would create an own Entitlement for those consumables
- My app would check all transactions for this Entitlement and consider the entitlement as active if one of the purchases has been done max 24 hours ago
Caveats I see:
- Revenue cat would consume the product directly after purchase. And then the entitlement stays active forever. Not a problem. But not really beautiful
What do you think of this idea? Are there more caveats or problems you see? A better idea?