Question About Using Offer Tokens in Billing Library 7
I am in the process of porting to Billing Library 7.
How to find the end time of a subscription?
Android billing library has the queryPurchasesAsync
api which returns the puchases of the user. Purchase
class has the method getPurchaseTime() but the document says that for a subscription this accounts to the first time the subscription was purchased not the last renewal time.