I'm trying to use the latest in app billing library of this sample but I have doubt about its lifecycle onConsumeFinished
is called before or after onPurchasesUpdated
?
When I should release resources?
Should I update status in onPurchasesUpdated
or I have to use onActivityResult
after the user have purchased an item from the Google Play purchase dialog?