I'm struggling to find the expiry time of an in app subcription using only the Play Billing Library.
On a Purchase object I can get the purchase time (getPurchaseTime()) and use that to calculate the expiry time (as I know which period the SKU stands for). The problem is that is seems that the purchase time doesn't get renewed on subscription renewal.
I need help getting the expiry date of a subscription. Any suggestions?