This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
Add autoRenewing flag on transaction details
This release adds an autoRenewing
flag that should help you check cancelled subscriptions.
Call InAppBilling.getSubscriptionTransactionDetails(productId)
and check the details.autoRenewing
flag. It will be set to false
once subscription gets cancelled. Also notice, that you will need to call periodically InAppBilling.loadOwnedPurchasesFromGoogle()
method in order to update purchase/subscription information from the Google-servers.