QueryInventoryFinishedListener from IabHelper did not return expired subscription items.
On the other hand, the PurchaseHistoryResponseListener from the Google Play billing library seems to receive all purchased goods, including expired items.
In the Google Play billing library, should we check the purchase date of the PurchaseHistoryResponseListener and each item's expiration date?
source
share