Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Add autoRenewing flag on transaction details

Compare
Choose a tag to compare
@cbrevik cbrevik released this 11 Jun 08:19
· 17 commits to master since this release
80b65f9

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.