Discussions

Ask a Question
Back to All

How to consume an item

Hello,
I'm implementing Adapty for Android
And I could not find documentation for consumable items

The standard flow is: buy item -> add "coins" -> consume item
After you consume item google play billing library will not return this item to you again

What is the flow to deal with them using Adapty ?
Currently I get old purchases along with new ones. How to mark an item as consumed and stop getting it?

Maybe I should use "isOneTime" field to handle it correctly, but I can not find documentation/example how to use it

Could you direct me to the documentation or an example?
Thank you