Google-IAP icon indicating copy to clipboard operation
Google-IAP copied to clipboard

How can i find expiry time

Open Emranul-Islam opened this issue 3 years ago • 3 comments

I want to know when my subscription time will expire is there any way in this library ??

Emranul-Islam avatar Feb 01 '22 06:02 Emranul-Islam

@Emranul-Islam have you figured out anything yet?

chnouman avatar Feb 02 '22 11:02 chnouman

@chnouman no i'm looking for it

Emranul-Islam avatar Feb 02 '22 11:02 Emranul-Islam

@Emranul-Islam @chnouman

You can calculate the expiry time by getting the purchaseInfo.purchaseTime and adding the purchaseInfo.skuInfo.skuDetails.subscriptionPeriod to it

Subscription Period

  • "P1W" is 1 Week
  • "P1M" is 1 Month
  • "P3M" is 3 Months
  • "P6M" is 6 Months
  • "P1Y" is 1 Year

clashcaddie avatar Jun 28 '22 04:06 clashcaddie

Thanks for help @clashcaddie

Emranul-Islam avatar Oct 08 '22 05:10 Emranul-Islam