Hi there,
I am using flutter to build my app and I have been using the Revenue Cat paywall functionality for making purchases.
I have both consumable and non-consumable in app purchases. I am currently testing using the Google Play store. My products are set up like this:
Consumables do not have entitlements, non consumables do have entitlements. I have an offering that contains several consumable options and I have separate offerings for each non-consumable option. I present these to purchase using Revenue Cats paywalls.
The issue I am having is that once a purchase has been made, it cannot be made again. This is expected for the non-consumables that have entitlements, but how do I allow the consumables to be purchased over and over again?
The documentation states that on the Google Play store purchases are consumed by Revenue Cat immediately but that doesn’t appear to be what is happening.
Can someone help point me in the right direction?